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