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