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