Browse Source

接口文档调整

谭斌 2 năm trước cách đây
mục cha
commit
c72530d0e5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      sys-api/src/main/java/com/xy/dto/MsgUserMessageDto.java

+ 2 - 2
sys-api/src/main/java/com/xy/dto/MsgUserMessageDto.java

@@ -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;