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