|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.ptl.model;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.pojo.ptl.bean.PtlRouteStatus;
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
@ -29,6 +30,9 @@ public class CommonMsgModel implements Serializable {
|
|
|
|
|
@ApiModelProperty("消息类型")
|
|
|
|
|
private String msgType;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("是否重试")
|
|
|
|
|
private Integer isRestart= CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue();
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("消息数据")
|
|
|
|
|
private Map<String, Object> msgData;
|
|
|
|
|
|
|
|
|
|