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