From 306a4cd34ccc633e96475dcd16d9faf8a59df0e4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 27 十一月 2022 00:35:48 +0800
Subject: [PATCH] 赠送优惠券支持 按每月赠送
---
java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java b/java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java
index f0b1747..ad23976 100644
--- a/java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java
@@ -39,6 +39,8 @@
private String statusCd = "0";
+ private String remark;
+
List<CouponPropertyPoolConfigDto> configs;
@@ -162,4 +164,12 @@
public void setConfigs(List<CouponPropertyPoolConfigDto> configs) {
this.configs = configs;
}
+
+ public String getRemark() {
+ return remark;
+ }
+
+ public void setRemark(String remark) {
+ this.remark = remark;
+ }
}
--
Gitblit v1.8.0