委托接口字段属性修改
This commit is contained in:
@ -172,7 +172,7 @@ public class ProjBaseInfoVO{
|
|||||||
private String payProportionDesc;
|
private String payProportionDesc;
|
||||||
|
|
||||||
@ApiModelProperty(value = "终验后免费保修时限(月)")
|
@ApiModelProperty(value = "终验后免费保修时限(月)")
|
||||||
private Integer afterServiceYear;
|
private String afterServiceYear;
|
||||||
|
|
||||||
@ApiModelProperty(value = "特殊条款(含赔偿条款)")
|
@ApiModelProperty(value = "特殊条款(含赔偿条款)")
|
||||||
private String specialItems;
|
private String specialItems;
|
||||||
@ -246,7 +246,7 @@ public class ProjBaseInfoVO{
|
|||||||
private BigDecimal netWorth;
|
private BigDecimal netWorth;
|
||||||
|
|
||||||
@ApiModelProperty(value = "数量")
|
@ApiModelProperty(value = "数量")
|
||||||
private Integer num;
|
private BigDecimal num;
|
||||||
|
|
||||||
@ApiModelProperty(value = "单位名称")
|
@ApiModelProperty(value = "单位名称")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
Reference in New Issue
Block a user