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