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