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