#
Junjie
3 天以前 ab017b5fe12c01c769e5fb98cd2a1f7e4598cc95
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}