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