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