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