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