#
zjj
2024-08-31 11d097884349345e3bdbdc5f0c421bd7f0243bc8
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}