zjj
2024-11-25 0f69561e397093b5165c4aac58530721d5c62178
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}