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