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