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