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