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