zjj
2024-07-07 d8415a9733082b783e89b75ffef51dd725829a6e
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}