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