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