From 471dfc0c8d2e4af1750813f3d177eec1c2642513 Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Tue, 8 Jul 2025 14:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../suisung/mall/common/modules/product/ShopProductIndex.java | 4 ---- .../suisung/mall/common/modules/product/ShopProductInfo.java | 3 --- 2 files changed, 7 deletions(-) diff --git a/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductIndex.java b/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductIndex.java index 53c63eed..b85fb9c0 100644 --- a/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductIndex.java +++ b/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductIndex.java @@ -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; } diff --git a/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductInfo.java b/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductInfo.java index 2a51617a..051a42f9 100644 --- a/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductInfo.java +++ b/mall-common/src/main/java/com/suisung/mall/common/modules/product/ShopProductInfo.java @@ -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;