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