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