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