委托接口字段属性修改

This commit is contained in:
dxc
2021-06-15 16:42:22 +08:00
parent 13ab0d31b6
commit a104ae518d

View File

@ -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;