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