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