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