From 31e41f22c951c1fee6edda3f2b33e29450d9c548 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 18 Jun 2019 17:40:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E7=89=A9=E4=B8=9A=E5=90=88?= =?UTF-8?q?=E5=90=8C][=E4=BF=AE=E6=94=B9][=E6=9F=A5=E8=AF=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E5=8D=95=E4=BB=B7=E5=8D=95=E4=BD=8D?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/domain/vo/WxRentPropertyContractVo.java | 5 +++++ .../src/main/resources/mapper/WxRentContractMapper.xml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java index 0c5670f19..638ddaa2e 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java @@ -77,5 +77,10 @@ public class WxRentPropertyContractVo extends BaseEntity { @io.swagger.annotations.ApiModelProperty(value = "物业合同状态", name = "propertyStatus") private Integer propertyStatus; + @io.swagger.annotations.ApiModelProperty(value = "租金单价单位", name = "rentPriceUnit") + private Integer rentPriceUnit; + + @io.swagger.annotations.ApiModelProperty(value = "物业费单价单位", name = "propertyPriceUnit") + private Integer propertyPriceUnit; } diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index 1e3a8dc61..eefc2ba40 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -317,13 +317,16 @@ + +