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