|
|
|
@ -5,6 +5,7 @@ import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
|
import lombok.Data; |
|
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
import org.springblade.core.tool.utils.BeanUtil; |
|
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
|
@ -47,4 +48,9 @@ public class AnswerVO implements Serializable {
|
|
|
|
|
@ApiModelProperty("其它调用的参数") |
|
|
|
|
private Object[] extras; |
|
|
|
|
|
|
|
|
|
public static void error(AnswerVO usualVO) { |
|
|
|
|
usualVO.setRunning(0); |
|
|
|
|
usualVO.setStatus(-2); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|