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