zjj
2025-02-17 a68b7f0d46a830f338217c72c22d7e63d219e5b4
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}