|
|
|
|
@ -196,29 +196,35 @@ public class ErpContractInfoVo implements Serializable {
|
|
|
|
|
private Long signatureAppendix;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 内部合同号
|
|
|
|
|
* 海威SAP订单号
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "内部合同号")
|
|
|
|
|
@ExcelProperty(value = "海威SAP订单号")
|
|
|
|
|
private String internalContractCode;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 外部合同号
|
|
|
|
|
* 海威合同归档编号
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "外部合同号")
|
|
|
|
|
@ExcelProperty(value = "海威合同归档编号")
|
|
|
|
|
private String externalContractCode;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单号
|
|
|
|
|
* 软控SAP订单号
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "订单号")
|
|
|
|
|
@ExcelProperty(value = "软控SAP订单号")
|
|
|
|
|
private String orderContractCode;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 项目号
|
|
|
|
|
* 软控SAP项目号
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "项目号")
|
|
|
|
|
@ExcelProperty(value = "软控SAP项目号")
|
|
|
|
|
private String projectContractCode;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 软控合同额(元)
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "软控合同额(元)")
|
|
|
|
|
private BigDecimal mesnacContractPrice;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 交付启动期限
|
|
|
|
|
*/
|
|
|
|
|
|