Commit 3fe80acc authored by xiaosl's avatar xiaosl

评论举报

parent cb99998e
...@@ -73,7 +73,7 @@ public class ReportComment implements Serializable { ...@@ -73,7 +73,7 @@ public class ReportComment implements Serializable {
/** /**
* 类型,1: 订单商品,2: 活动,3: 达人秀 * 类型,1: 订单商品,2: 活动,3: 达人秀
*/ */
@Column(name = "commentType") @Column(name = "comment_type")
@ApiModelProperty(value = "类型,1: 订单商品,2: 活动,3: 达人秀") @ApiModelProperty(value = "类型,1: 订单商品,2: 活动,3: 达人秀")
private Integer commentType; private Integer commentType;
......
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