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