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