自动化立体仓库 - WCS系统
999
zhangc
2025-04-19 bfc0d002ee31ceb7f74bd3ecd5008177ba31425b
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}