#
Junjie
2025-04-17 035c1e94569a2c043f232f3452d25ad2e51bcf23
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}