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