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