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