From cdd6551b190b981b807a3b95e9635c559ccc769d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 19 五月 2025 09:45:07 +0800
Subject: [PATCH] git ch

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