#
zjj
2025-04-17 b0536df735216d89b8a29862a4072ec9715cf682
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}