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