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