From 10434d3c9758242ef9d645210ce3e8305e7a6be4 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 12 十二月 2022 02:27:10 +0800
Subject: [PATCH] 优化积分使用记录

---
 java110-bean/src/main/java/com/java110/dto/couponRuleFee/CouponRuleFeeDto.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/couponRuleFee/CouponRuleFeeDto.java b/java110-bean/src/main/java/com/java110/dto/couponRuleFee/CouponRuleFeeDto.java
index c9011f1..7b450ae 100644
--- a/java110-bean/src/main/java/com/java110/dto/couponRuleFee/CouponRuleFeeDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/couponRuleFee/CouponRuleFeeDto.java
@@ -23,6 +23,8 @@
     private String communityId;
     private String feeConfigId;
     private String feeConfigName;
+    private String curTime;
+    private String cycle;
 
 
     private Date createTime;
@@ -110,4 +112,20 @@
     public void setFeeConfigName(String feeConfigName) {
         this.feeConfigName = feeConfigName;
     }
+
+    public String getCurTime() {
+        return curTime;
+    }
+
+    public void setCurTime(String curTime) {
+        this.curTime = curTime;
+    }
+
+    public String getCycle() {
+        return cycle;
+    }
+
+    public void setCycle(String cycle) {
+        this.cycle = cycle;
+    }
 }

--
Gitblit v1.8.0