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