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