#
Junjie
2024-10-17 a94bd86bd40d60f24c0874d87b840075d1a96903
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}