#
Junjie
16 小时以前 103ca74d9b67ce4f766b5f77451741a76fa696b9
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}