#
zjj
2024-06-26 e6743906faa31b015c5162a3d0beb9914bde1893
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}