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