#
zjj
2025-03-31 e826b2ba77a95a0412ae6bb5c8a9c1e37afca291
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}