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