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