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