#
zjj
2024-07-18 27d6b2abc0d21faa2de133e0765f23de56a785a0
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}