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