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