|
@@ -84,7 +84,7 @@ public class MsgUserMessageDto {
|
|
|
public static class PageVO {
|
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "消息类型")
|
|
|
+ @ApiModelProperty(value = "消息类型(字段msg_types)")
|
|
|
private String msgType;
|
|
|
|
|
|
@ApiModelProperty(value = "消息类型")
|
|
@@ -96,7 +96,7 @@ public class MsgUserMessageDto {
|
|
|
@ApiModelProperty("优先级 1紧急 2重要 3一般")
|
|
|
private Integer priority;
|
|
|
|
|
|
- @ApiModelProperty(value = "状态(已读、未读)")
|
|
|
+ @ApiModelProperty(value = "状态(2已读、1未读)")
|
|
|
private String readState;
|
|
|
|
|
|
|