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