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