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