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