#
Junjie
17 小时以前 b2485b33216052f512d0a61d73dd856da0387cd7
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}