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