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