From 143d1c57f32e0bd34977491101c1feecc0ffc2df Mon Sep 17 00:00:00 2001
From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com>
Date: 星期一, 02 九月 2024 15:07:49 +0800
Subject: [PATCH] 积分商品批量删除和上下架

---
 src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java b/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
index 3fdb745..cfc3594 100644
--- a/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
+++ b/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
@@ -104,4 +104,9 @@
      */
     private String orderNo;
 
+    /**
+     * 会员等级
+     */
+    private Integer memberId;
+
 }

--
Gitblit v1.9.3