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