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