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