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