From 39fb6b1e28aecf575dc51fb5765a4aa037d9cc53 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 25 十月 2024 17:49:09 +0800
Subject: [PATCH] fix:短信模板调整

---
 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