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