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