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