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