Junjie
2024-12-03 25b1f6699b46bb9413b8c6b98f32c20aa60394fd
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}