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