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