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