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