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