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