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