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