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