luxiaotao1123
2024-04-12 8a4d482469e2078cce3cf227c11be862e94b860d
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}