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