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