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