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