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