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