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