|
|
@@ -107,7 +107,7 @@ public class LifeUserViolation extends Model<LifeUserViolation> {
|
|
|
@TableField(value = "report_result")
|
|
|
private String reportResult;
|
|
|
|
|
|
- @ApiModelProperty(value = "业务ID")
|
|
|
+ @ApiModelProperty(value = "商品备份ID")
|
|
|
@TableField(value = "business_id")
|
|
|
private Integer businessId;
|
|
|
|
|
|
@@ -123,6 +123,10 @@ public class LifeUserViolation extends Model<LifeUserViolation> {
|
|
|
@TableField(value = "video_first_frame")
|
|
|
private String videoFirstFrame;
|
|
|
|
|
|
+ @ApiModelProperty(value = "商品ID")
|
|
|
+ @TableField(value = "goods_id")
|
|
|
+ private Integer goodsId;
|
|
|
+
|
|
|
@Override
|
|
|
protected Serializable pkVal() {
|
|
|
return this.id;
|