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