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