From 8aabd6f9a44fb4de7ef2c70ff0a15fc000f4b5d9 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期四, 11 四月 2024 19:19:40 +0800
Subject: [PATCH] 1.新增字段

---
 phis-feign/src/main/java/com/hz/his/dto/user/coupon/UserCouponDto.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/dto/user/coupon/UserCouponDto.java b/phis-feign/src/main/java/com/hz/his/dto/user/coupon/UserCouponDto.java
index ba96616..817a7da 100644
--- a/phis-feign/src/main/java/com/hz/his/dto/user/coupon/UserCouponDto.java
+++ b/phis-feign/src/main/java/com/hz/his/dto/user/coupon/UserCouponDto.java
@@ -57,7 +57,12 @@
     private String userCouponId;
     /**骞冲彴绫诲瀷*/
     private String platform;
-
+    /**鍒楄〃鐘舵��:0鍏ㄩ儴1鏈娇鐢�2宸蹭娇鐢�3宸茶繃鏈�*/
+    private Integer listStatus;
+    /**鍒楄〃鐘舵��: 鏄惁杩囨护鐢熸棩鍒� */
+    private Integer isBirthday;
+    /**鍒楄〃鐘舵��:鏄惁鐘舵�佸閫�*/
+    private Integer isStatus;
 
     /**棰嗗彇绫诲瀷-鏈煡*/
     public static Integer C_TYPE_UNKNOW = -1;

--
Gitblit v1.8.0