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