zjj
2025-02-17 019a83b893a4d6c6f939f7162b96b188470202bf
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}