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