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