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