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