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