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