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