提交 c83ef8b5 authored 作者: lvwei's avatar lvwei

--no commit message

上级 432fd8a6
...@@ -8,7 +8,7 @@ public enum CommentStatusEnum { ...@@ -8,7 +8,7 @@ public enum CommentStatusEnum {
/** 审核未通过 */ /** 审核未通过 */
FAIL_REVIEW("-1", "未通过"), FAIL_REVIEW("-1", "未通过"),
/** 上架 */ /** 上架 */
SUCCESS_REVIEW("1", "通过"); SUCCESS_REVIEW("1", "通过");
private final String code; private final String code;
private final String name; private final String name;
......
...@@ -30,4 +30,8 @@ public class FgCommentVo { ...@@ -30,4 +30,8 @@ public class FgCommentVo {
@ApiModelProperty("回复时间") @ApiModelProperty("回复时间")
private Date replyTime; private Date replyTime;
@ApiModelProperty("评论状态")
private String status;
@ApiModelProperty("评论状态中文")
private String statusZh;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论