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