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