From 5c78ef4681356f4285b8594d4388abc01c2d26d2 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 20 Nov 2025 18:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EpropDays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/domain/propcoupon/PropCoupon.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rc-service/rc-service-other/other-domain/src/main/java/com/red/circle/other/domain/propcoupon/PropCoupon.java b/rc-service/rc-service-other/other-domain/src/main/java/com/red/circle/other/domain/propcoupon/PropCoupon.java index 0bfc7075..4993b807 100644 --- a/rc-service/rc-service-other/other-domain/src/main/java/com/red/circle/other/domain/propcoupon/PropCoupon.java +++ b/rc-service/rc-service-other/other-domain/src/main/java/com/red/circle/other/domain/propcoupon/PropCoupon.java @@ -54,6 +54,11 @@ public class PropCoupon { */ private Integer validDays; + /** + * 道具时长 + */ + private Integer propDays; + /** * 券状态 */