|
|
@ -33,22 +33,23 @@ public class AftersalesComplaintNoticeDetail extends BaseEntity |
|
|
|
private Long userId; |
|
|
|
|
|
|
|
/** 交货数量 */ |
|
|
|
@Excel(name = "交货数量",sort = 8) |
|
|
|
private String deliveryGoodsNum; |
|
|
|
|
|
|
|
/** 紧急程度 */ |
|
|
|
@Excel(name = "紧急程度") |
|
|
|
@Excel(name = "紧急程度",sort = 12,dictType = "aftersales_emergency_degree") |
|
|
|
private String emergencyDegree; |
|
|
|
|
|
|
|
/** 客诉问题 */ |
|
|
|
@Excel(name = "客诉问题",sort = 9) |
|
|
|
@Excel(name = "客诉问题",sort = 10) |
|
|
|
private String complaintProblem; |
|
|
|
|
|
|
|
/** 是否结案 */ |
|
|
|
@Excel(name = "是否结案",sort = 11) |
|
|
|
@Excel(name = "是否结案",sort = 13) |
|
|
|
private String closingProcedures; |
|
|
|
|
|
|
|
/** 不良报告问题 */ |
|
|
|
@Excel(name = "不良图片",sort = 10) |
|
|
|
@Excel(name = "不良图片",sort = 11) |
|
|
|
private String adverseReportUrl; |
|
|
|
|
|
|
|
/** 客户ID */ |
|
|
@ -68,7 +69,7 @@ public class AftersalesComplaintNoticeDetail extends BaseEntity |
|
|
|
private String deviceModelName; |
|
|
|
|
|
|
|
/** SN号(产品序列号) */ |
|
|
|
@Excel(name = "SN号", readConverterExp = "产品序列号") |
|
|
|
// @Excel(name = "SN号", readConverterExp = "产品序列号")
|
|
|
|
private String snCode; |
|
|
|
|
|
|
|
/** 设备流水号 */ |
|
|
@ -107,10 +108,11 @@ public class AftersalesComplaintNoticeDetail extends BaseEntity |
|
|
|
private String materialSum; |
|
|
|
|
|
|
|
/** 数量合计 */ |
|
|
|
@Excel(name = "客诉数量",sort = 9) |
|
|
|
private String enterpriseSum; |
|
|
|
|
|
|
|
/** 备注 */ |
|
|
|
@Excel(name = "交货数量",sort = 12) |
|
|
|
@Excel(name = "设备编号", sort = 14) |
|
|
|
private String remark; |
|
|
|
|
|
|
|
/** 客诉通知相关物料数据 */ |
|
|
|