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