From 44a0ef1620cad87479390900eb6ded041c7b8d7b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 17 五月 2024 16:56:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1

---
 server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java b/server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java
index 220b347..129928e 100644
--- a/server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java
+++ b/server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java
@@ -12,10 +12,14 @@
 @Data
 public class CountCyclePriceVO {
 
-    @ApiModelProperty(value = "鎬婚噾棰�", example = "1")
+    @ApiModelProperty(value = "鍔犱繚浣跨敤閲戦", example = "1")
     private BigDecimal cyclePrice;
 
     @ApiModelProperty(value = "鐢熸晥姝㈡湡")
     private Date endDate;
 
+
+    @ApiModelProperty(value = "鍔犱繚浣跨敤閲戦", example = "1")
+    private BigDecimal reducePrice;
+
 }

--
Gitblit v1.9.3