|
|
|
@ -220,6 +220,24 @@ public class ErpContractInfoVo implements Serializable {
|
|
|
|
@ExcelDictFormat(readConverterExp = "天=")
|
|
|
|
@ExcelDictFormat(readConverterExp = "天=")
|
|
|
|
private Long warrantyPeriod;
|
|
|
|
private Long warrantyPeriod;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 质保期描述
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelProperty(value = "质保期描述")
|
|
|
|
|
|
|
|
private String warrantyPeriodDescription;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 交货地点
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelProperty(value = "交货地点")
|
|
|
|
|
|
|
|
private String deliveryLocation;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 运输方式
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelProperty(value = "运输方式")
|
|
|
|
|
|
|
|
private String shipMethod;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 合同税率(预留)
|
|
|
|
* 合同税率(预留)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|