#
zjj
昨天 15b5002fd412a5d33be5d5c6deb63b3d02c77c41
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}