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