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