From a104ae518dd5e95d35f2ff6b38730bdbccb9b235 Mon Sep 17 00:00:00 2001 From: dxc Date: Tue, 15 Jun 2021 16:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E6=8E=A5=E5=8F=A3=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectentrust/entity/ebpentity/ProjBaseInfoVO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java index 168ba3a..cd82e9c 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java @@ -172,7 +172,7 @@ public class ProjBaseInfoVO{ private String payProportionDesc; @ApiModelProperty(value = "终验后免费保修时限(月)") - private Integer afterServiceYear; + private String afterServiceYear; @ApiModelProperty(value = "特殊条款(含赔偿条款)") private String specialItems; @@ -246,7 +246,7 @@ public class ProjBaseInfoVO{ private BigDecimal netWorth; @ApiModelProperty(value = "数量") - private Integer num; + private BigDecimal num; @ApiModelProperty(value = "单位名称") private String unit;