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