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