去除多余字段

This commit is contained in:
liyj 2025-07-08 14:48:00 +08:00
parent f097de7733
commit 471dfc0c8d
2 changed files with 0 additions and 7 deletions

View File

@ -209,8 +209,4 @@ public class ShopProductIndex implements Serializable {
@ApiModelProperty("是否特价商品,0否1是")
private String is_special="0";
@ApiModelProperty("统计库存")
@TableField(exist = false)
private Integer item_quantity=0;
}

View File

@ -103,9 +103,6 @@ public class ShopProductInfo implements Serializable {
@TableField(updateStrategy=NOT_EMPTY)
private Integer product_shop_card_discount;
@ApiModelProperty("统计库存")
@TableField(exist = false)
private Integer item_quantity=0;
// @ApiModelProperty(value = "产品名称")
// @TableField(exist=false)
// private String productName;