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