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