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