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