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