ycl-platform/src/main/java/com/ycl/entity/message/Message.java
@@ -51,7 +51,7 @@ @TableField("message_type") @ApiModelProperty(value = "消息类型") @NotBlank(message = "消息类型为空") private Long messageType; private Integer messageType; /** * 消息体 @@ -113,7 +113,7 @@ * 是否查看0-未查看1-已查看 */ @TableField("is_view") @ApiModelProperty(value = "状态0-未发布1-已发布") @ApiModelProperty(value = "是否查看0-未查看1-已查看") private Integer isView; /** * 备注