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