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