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;