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