From 4c4f03583afa9ba082f9aea5cf3bbddb56c46cef Mon Sep 17 00:00:00 2001 From: ChenYan <3139166962@qq.com> Date: Thu, 2 Jan 2025 17:01:52 +0800 Subject: [PATCH] =?UTF-8?q?build:=E4=BE=9D=E8=B5=96=20=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mcwl/resource/domain/MallProduct.java | 6 +----- .../main/resources/mapper/resource/MallProductMapper.xml | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/mcwl-resource/src/main/java/com/mcwl/resource/domain/MallProduct.java b/mcwl-resource/src/main/java/com/mcwl/resource/domain/MallProduct.java index cb0fe36..614a4eb 100644 --- a/mcwl-resource/src/main/java/com/mcwl/resource/domain/MallProduct.java +++ b/mcwl-resource/src/main/java/com/mcwl/resource/domain/MallProduct.java @@ -28,15 +28,11 @@ public class MallProduct extends BaseEntity { * ID */ @TableId - private Long Id; + private Integer productId; /** * 用户ID */ private Integer userId; - /** - * 商品ID - */ - private Integer productId; /** * 商品名称 */ diff --git a/mcwl-resource/src/main/resources/mapper/resource/MallProductMapper.xml b/mcwl-resource/src/main/resources/mapper/resource/MallProductMapper.xml index 3f2ff06..1e8d1c8 100644 --- a/mcwl-resource/src/main/resources/mapper/resource/MallProductMapper.xml +++ b/mcwl-resource/src/main/resources/mapper/resource/MallProductMapper.xml @@ -6,9 +6,8 @@