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