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