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