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