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