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