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