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