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