#
Junjie
16 小时以前 aa710969e00e9d7e56a276066a239f74d5c49310
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}