zjj
2025-04-21 314729da5f6f84a6112344a2210aadfeeb2bac0c
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}