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