public class TaskRespondVO extends TaskVO
| 构造器和说明 |
|---|
TaskRespondVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskRespondVO |
buildRespondVO(OperateRespondVO operateRespondVO,
String clientName)
构造单个操作的响应包
|
static TaskRespondVO |
error(int code,
String msg) |
static TaskRespondVO |
error(String msg) |
bindBaseVOpublic static TaskRespondVO error(int code, String msg)
public static TaskRespondVO error(String msg)
public static TaskRespondVO buildRespondVO(OperateRespondVO operateRespondVO, String clientName)
operateRespondVO - 操作响应clientName - Copyright © 2023. All rights reserved.