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