自动化立体仓库 - WCS系统
#
Junjie
2025-04-02 6984e2147a254108cf527bafe4080b55bb165c7d
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}