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