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