Commit 5327d529 by lichen1

我要留言匿名功能修复

parent cac32492
......@@ -92,4 +92,7 @@ public class LeaveWordVo extends Model<LeaveWordVo> {
@ApiModelProperty("提交状态1-待接收,2-已接受")
private Integer state;
@ApiModelProperty("是否匿名 0 否 1 是")
private Integer anonymousFlag;
}
......@@ -115,4 +115,8 @@ public class LeaveWord extends Model<LeaveWord> {
@ApiModelProperty(value = "图片链接地址")
@TableField("oss_pic_url")
private String ossPicUrl;
@ApiModelProperty("是否匿名 0 否 1 是")
@TableField("anonymous_flag")
private Integer anonymousFlag;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment