|
|
@ -43,7 +43,6 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private String materialNo; |
|
|
|
|
|
|
|
/** 物料图片 */ |
|
|
|
@Excel(name = "物料图片") |
|
|
|
private String materialPhotourl; |
|
|
|
|
|
|
|
/** 物料名称 */ |
|
|
@ -51,11 +50,9 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private String materialName; |
|
|
|
|
|
|
|
/** 物料类型 */ |
|
|
|
@Excel(name = "物料类型") |
|
|
|
private String materialType; |
|
|
|
|
|
|
|
/** 物料类别 */ |
|
|
|
@Excel(name = "物料类别") |
|
|
|
private String materialClass; |
|
|
|
|
|
|
|
/** 物料型号 */ |
|
|
@ -83,7 +80,6 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private String deviceRunningNumber; |
|
|
|
|
|
|
|
/** 生产图片 */ |
|
|
|
@Excel(name = "生产图片") |
|
|
|
private String makePhotourl; |
|
|
|
|
|
|
|
/** SN号 */ |
|
|
@ -95,7 +91,6 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private String softwareVersion; |
|
|
|
|
|
|
|
/** 售后图片地址 */ |
|
|
|
@Excel(name = "售后图片地址") |
|
|
|
private String aftersalesPhotourl; |
|
|
|
|
|
|
|
/** 出厂日期 */ |
|
|
@ -108,7 +103,7 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private String guaranteePeriod; |
|
|
|
|
|
|
|
/** 是否过保修期 */ |
|
|
|
@Excel(name = "是否过保修期") |
|
|
|
@Excel(name = "是否过保修期",dictType = "guarantee_period_flag") |
|
|
|
private String guaranteePeriodFlag; |
|
|
|
|
|
|
|
/** 锁机时间 */ |
|
|
@ -117,7 +112,7 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private Date lockDate; |
|
|
|
|
|
|
|
/** 是否有锁机时间 */ |
|
|
|
@Excel(name = "是否有锁机时间") |
|
|
|
@Excel(name = "是否有锁机时间", dictType = "lock_date_flag") |
|
|
|
private String lockDateFlag; |
|
|
|
|
|
|
|
/** 损耗品到期时间 */ |
|
|
@ -126,7 +121,7 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private Date wastageExpireDate; |
|
|
|
|
|
|
|
/** 是否过损耗品到期时间 */ |
|
|
|
@Excel(name = "是否过损耗品到期时间") |
|
|
|
@Excel(name = "是否过损耗品到期时间",dictType = "wastage_expire_flag") |
|
|
|
private String wastageExpireFlag; |
|
|
|
|
|
|
|
/** 二次维修后部件质保时间 */ |
|
|
@ -135,7 +130,7 @@ public class AfterSalesShippingDevice extends BaseEntity |
|
|
|
private Date componentGuaranteeDate; |
|
|
|
|
|
|
|
/** 是否过二次维修后部件质保日期 */ |
|
|
|
@Excel(name = "是否过二次维修后部件质保日期") |
|
|
|
@Excel(name = "是否过二次维修后部件质保日期", dictType = "component_guarantee_flag") |
|
|
|
private String componentGuaranteeFlag; |
|
|
|
|
|
|
|
/** 工程员姓名 */ |
|
|
|