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