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