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