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