#
Junjie
2025-04-07 901f9ca15fb0ce3bcf2ebf956c569c260050c561
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}