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