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