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