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