Junjie
2024-08-20 3fd514d4b802534159518924f3711dc5152732d4
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}