#
Junjie
7 天以前 2df6d2c5d13a2a7909e802c5f190afeeba70f111
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}