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