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