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