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