#
Junjie
23 小时以前 cc720a16549bbb691344afb31f702530588c75fd
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}