From 7e0e9094784094f199d51e26c43b1504e77c6e72 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期日, 29 一月 2023 01:20:42 +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