#
Junjie
2024-10-17 3494dd089e4cee3fcb61ec3db28c74af790a0635
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}