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