#
Junjie
2024-09-24 5858cc2564a42479c65e14e21f8d554959c1827f
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}