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