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