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