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