zjj
2024-11-18 f11ebf31a302d2a8a755625cec83294c67a9088c
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}