From cf405b8a592db661c189644e45b928f18abd96c7 Mon Sep 17 00:00:00 2001
From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com>
Date: 星期三, 09 十月 2024 09:59:56 +0800
Subject: [PATCH] 取消订单验证

---
 src/main/java/com/mzl/flower/entity/point/CustomerPoint.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/mzl/flower/entity/point/CustomerPoint.java b/src/main/java/com/mzl/flower/entity/point/CustomerPoint.java
index 55f9510..e088ece 100644
--- a/src/main/java/com/mzl/flower/entity/point/CustomerPoint.java
+++ b/src/main/java/com/mzl/flower/entity/point/CustomerPoint.java
@@ -26,4 +26,7 @@
 
     @ApiModelProperty("过期积分")
     private Integer expiredPoint;
+
+    @ApiModelProperty("系统扣减积分")
+    private Integer deductionPoint;
 }

--
Gitblit v1.9.3