From 355510e3bdccb5c4515829235a7d74e7a6f23aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Tue, 3 Dec 2024 18:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E9=A4=90=E6=9C=BA=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A5=97=E9=A4=90=E7=82=B9=E9=A4=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chaozhanggui/system/cashierservice/entity/TbProduct.java | 1 + src/main/resources/mapper/TbProductSkuMapper.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java index d8a944c..2f1a764 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java @@ -87,6 +87,7 @@ public class TbProduct implements Serializable { private Object groundingSpecInfo; private String specInfo; private String selectSpec; + private Integer groupType; @TableField(exist = false) private String unitName; @Transient diff --git a/src/main/resources/mapper/TbProductSkuMapper.xml b/src/main/resources/mapper/TbProductSkuMapper.xml index 4469347..29228a4 100644 --- a/src/main/resources/mapper/TbProductSkuMapper.xml +++ b/src/main/resources/mapper/TbProductSkuMapper.xml @@ -23,6 +23,7 @@ + @@ -31,7 +32,7 @@ id, shop_id, bar_code, product_id, origin_price, cost_price, member_price, meal_price, sale_price, guide_price, strategy_price, stock_number, cover_img, weight, - volume, real_sales_number, first_shared, second_shared, created_at, updated_at,suit + volume, real_sales_number, first_shared, second_shared, created_at, updated_at,suit,group_type spec_info, spec_snap