#
zjj
2024-07-13 93c192a2dded7c8fc6b64b556a4e263d390b45d1
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}