自动化立体仓库 - WCS系统
zhangc
8 天以前 0641b66a7724bda815e667feeb832e2f755d18cb
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}