From 8b0e7971f03e5ae5715eea4eeff65c23d4681df8 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期二, 26 十二月 2023 10:32:03 +0800 Subject: [PATCH] 下单新增收货地址 --- phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java b/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java index eae2439..8d99dba 100644 --- a/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java +++ b/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java @@ -166,6 +166,11 @@ private String mainAppeal; private String minorAppeal; + /**鏄惁澶勭悊绉戝*/ + private Integer isEditFamiliesRoom = 0; + /**鏄惁鍙戦�佷慨鏀圭瀹ら�氱煡*/ + private Integer isEditFRSentNotice = 0; + public UserParamDto() { } @@ -184,9 +189,4 @@ public static final String CATEGORY_EMPLOYEE = "employee"; /**娓犻亾绫诲埆-鑷繁鏉�*/ public static final String CATEGORY_ONESELF = "oneself"; - - - - - } -- Gitblit v1.8.0