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