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