|
|
|
|
@ -183,6 +183,12 @@ public class ErpContractInfoVo implements Serializable {
|
|
|
|
|
@ExcelProperty(value = "付款方式")
|
|
|
|
|
private String paymentMethod;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 付款方式明细
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "付款方式明细")
|
|
|
|
|
private String paymentMethodDetails;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 签字合同附件
|
|
|
|
|
*/
|
|
|
|
|
@ -213,11 +219,16 @@ public class ErpContractInfoVo implements Serializable {
|
|
|
|
|
@ExcelProperty(value = "项目号")
|
|
|
|
|
private String projectContractCode;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 交付启动期限
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "交付启动期限")
|
|
|
|
|
private Integer deliveryStart;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 质保期(天)
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "质保期", converter = ExcelDictConvert.class)
|
|
|
|
|
@ExcelDictFormat(readConverterExp = "天=")
|
|
|
|
|
@ExcelProperty(value = "质保期")
|
|
|
|
|
private Long warrantyPeriod;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|