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