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