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