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