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