委托接口字段属性修改
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user