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