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