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