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