#
gtsxc
2025-02-27 8e73194bf1782e895574c44d0afc06ca2baec1c6
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}