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