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