31 changed files with 2069 additions and 43 deletions
@ -0,0 +1,49 @@
|
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import com.logpm.aftersales.entity.AftersaleSurveyRecordEntity; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderAllPageVO implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String workOrderTypeName; |
||||
private String discoveryNode; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatus; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date endCreateTime; |
||||
private Date updateTime; |
||||
private String resultType; |
||||
private BigDecimal money; |
||||
private String warehouseServiceName; |
||||
private String headquartersName; |
||||
private String overTime; |
||||
private String isAppeal; |
||||
private String appealStatus; |
||||
private String appealStatusName; |
||||
private String processNumber; |
||||
private Date entryTime; |
||||
private Date entryMonthTime; |
||||
|
||||
} |
@ -0,0 +1,28 @@
|
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import com.logpm.aftersales.entity.AftersaleSurveyRecordEntity; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderAppealPageVO implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
private Long id; |
||||
private Long workOrderId; |
||||
private String workOrderNumber; |
||||
private String workOrderStatus; |
||||
private String workOrderType; |
||||
private String warehouseName; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String discoveryNode; |
||||
private String workOrderTypeName; |
||||
private String discoveryNodeName; |
||||
private String appealStatus; |
||||
private String appealStatusName; |
||||
} |
@ -0,0 +1,64 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
/** |
||||
* 客服异常工单 视图实体类 |
||||
* |
||||
* @author BladeX |
||||
* @since 2023-11-17 |
||||
*/ |
||||
@Data |
||||
public class AftersalesWorkOrderCompensationPageVO { |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String discoveryNode; |
||||
private String workOrderStatus; |
||||
private String workOrderTypeName; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date updateTime; |
||||
private String resultType; |
||||
private BigDecimal money; |
||||
private String warehouseServiceName; |
||||
private String headquartersName; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private BigDecimal responsibilityRatio; |
||||
private String content; |
||||
|
||||
|
||||
} |
@ -0,0 +1,76 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
/** |
||||
* 客服异常工单 视图实体类 |
||||
* |
||||
* @author BladeX |
||||
* @since 2023-11-17 |
||||
*/ |
||||
@Data |
||||
public class AftersalesWorkOrderEndPageVO { |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String discoveryNode; |
||||
private String workOrderStatus; |
||||
private String workOrderTypeName; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date commitTime; |
||||
private Date arbitrationTime; |
||||
private Date auditTime; |
||||
private String resultType; |
||||
private BigDecimal money; |
||||
private String warehouseServiceName; |
||||
private String headquartersName; |
||||
private String indemnitorInfo; |
||||
private BigDecimal indemnitorMoney; |
||||
private String responsibleInfo; |
||||
private BigDecimal responsibleMoney; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private BigDecimal responsibilityRatio; |
||||
private String reasonArbitration; |
||||
private String isAppeal; |
||||
private String appealStatus; |
||||
private String appealStatusName; |
||||
private String processNumber; |
||||
private Date entryTime; |
||||
private Date entryMonthTime; |
||||
|
||||
|
||||
} |
@ -0,0 +1,65 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
/** |
||||
* 客服异常工单 视图实体类 |
||||
* |
||||
* @author BladeX |
||||
* @since 2023-11-17 |
||||
*/ |
||||
@Data |
||||
public class AftersalesWorkOrderExaminePageVO { |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String discoveryNode; |
||||
private String workOrderStatus; |
||||
private String workOrderTypeName; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date commitTime; |
||||
private Date overTime; |
||||
private String resultType; |
||||
private BigDecimal money; |
||||
private String warehouseServiceName; |
||||
private String headquartersName; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private BigDecimal responsibilityRatio; |
||||
private String content; |
||||
|
||||
|
||||
} |
@ -0,0 +1,65 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
/** |
||||
* 客服异常工单 视图实体类 |
||||
* |
||||
* @author BladeX |
||||
* @since 2023-11-17 |
||||
*/ |
||||
@Data |
||||
public class AftersalesWorkOrderInterventionPageVO { |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String discoveryNode; |
||||
private String workOrderStatus; |
||||
private String workOrderTypeName; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date endCreateTime; |
||||
private Date updateTime; |
||||
private String resultType; |
||||
private BigDecimal money; |
||||
private String warehouseServiceName; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private BigDecimal responsibilityRatio; |
||||
private String content; |
||||
private String isTimedOut; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import com.logpm.aftersales.entity.AftersaleSurveyRecordEntity; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderProcessPageVO implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String workOrderTypeName; |
||||
private String discoveryNode; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatus; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date endCreateTime; |
||||
private Date updateTime; |
||||
private String resultType; |
||||
private String warehouseServiceName; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private String responsibilityRatio; |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import com.logpm.aftersales.entity.AftersaleSurveyRecordEntity; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderReplyPageVO implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
private Long id; |
||||
private String workOrderType; |
||||
private String workOrderTypeName; |
||||
private String discoveryNode; |
||||
private String discoveryNodeName; |
||||
private String warehouseName; |
||||
private String workOrderNumber; |
||||
private String waybillNumber; |
||||
private String orderCode; |
||||
private String packageCode; |
||||
private String brandName; |
||||
private String waybillMall; |
||||
private String first; |
||||
private String secondary; |
||||
private String thirdProduct; |
||||
private String workOrderStatus; |
||||
private String workOrderStatusName; |
||||
private String processedBy; |
||||
private String responsiblePerson; |
||||
private Date createTime; |
||||
private Date endCreateTime; |
||||
private Date updateTime; |
||||
private String isTimedOut; |
||||
private String warehouseServiceName; |
||||
private String businessName; |
||||
private String personResponsibleName; |
||||
private String responsibilityRatio; |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,26 @@
|
||||
package com.logpm.aftersales.vo; |
||||
|
||||
import com.logpm.aftersales.entity.AftersaleSurveyRecordEntity; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderTimeOutPageVO implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
private Long id; |
||||
private Long workOrderId; |
||||
private String workOrderNumber; |
||||
private String workOrderType; |
||||
private String workOrderTypeName; |
||||
private String discoveryNode; |
||||
private String discoveryNodeName; |
||||
private BigDecimal money; |
||||
private String timeout; |
||||
private String processedBy; |
||||
private String remarks; |
||||
} |
@ -0,0 +1,190 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class AftersalesWorkOrderAllExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 最晚处理时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最晚处理时间") |
||||
private Date endCreateTime; |
||||
/** |
||||
* 最新操作时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新操作时间") |
||||
private Date updateTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 总部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("总部处理客服") |
||||
private String headquartersName; |
||||
/** |
||||
* 完结时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("完结时间") |
||||
private String overTime; |
||||
/** |
||||
* 是否申诉 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否申诉") |
||||
private String isAppeal; |
||||
/** |
||||
* 申诉状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("申诉状态") |
||||
private String appealStatusName; |
||||
/** |
||||
* 钉钉号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("钉钉号") |
||||
private String processNumber; |
||||
/** |
||||
* 财务入账时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("财务入账时间") |
||||
private Date entryTime; |
||||
/** |
||||
* 财务入账月份 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("财务入账月份") |
||||
private Date entryMonthTime; |
||||
|
||||
} |
@ -0,0 +1,62 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class AftersalesWorkOrderAppealExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("申诉状态") |
||||
private String appealStatusName; |
||||
} |
@ -0,0 +1,166 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderCompensationExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 最新操作时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新操作时间") |
||||
private Date updateTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 总部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("总部处理客服") |
||||
private String headquartersName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,166 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderCompleteExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 工单提交时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单提交时间") |
||||
private Date commitTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 总部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("总部处理客服") |
||||
private String headquartersName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 金额/占比 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,227 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderEndExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 工单提交时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单提交时间") |
||||
private Date commitTime; |
||||
private Date arbitrationTime; |
||||
/** |
||||
* 工单提交时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("审核时间") |
||||
private Date auditTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 总部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("总部处理客服") |
||||
private String headquartersName; |
||||
/** |
||||
* 赔款方信息 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("赔款方信息") |
||||
private String indemnitorInfo; |
||||
/** |
||||
* 赔款方总金额 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("赔款方总金额") |
||||
private BigDecimal indemnitorMoney; |
||||
/** |
||||
* 受款方信息 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("受款方信息") |
||||
private String responsibleInfo; |
||||
/** |
||||
* 受款方总金额 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("受款方总金额") |
||||
private BigDecimal responsibleMoney; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 金额/占比 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比222") |
||||
private String reasonArbitration; |
||||
/** |
||||
* 是否申诉 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否申诉") |
||||
private String isAppeal; |
||||
/** |
||||
* 是否申诉 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("申诉状态") |
||||
private String appealStatusName; |
||||
/** |
||||
* 钉钉号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("钉钉号") |
||||
private String processNumber; |
||||
/** |
||||
* 财务入账时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("财务入账时间") |
||||
private Date entryTime; |
||||
/** |
||||
* 财务入账月份 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("财务入账月份") |
||||
private Date entryMonthTime; |
||||
|
||||
} |
@ -0,0 +1,172 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderExamineExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 工单提交时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单提交时间") |
||||
private Date commitTime; |
||||
/** |
||||
* 完结时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("完结时间") |
||||
private Date overTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 总部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("总部处理客服") |
||||
private String headquartersName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,172 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderInterventionExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 最晚处理时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最晚处理时间") |
||||
private Date endCreateTime; |
||||
/** |
||||
* 最新操作时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新操作时间") |
||||
private Date updateTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果--理赔金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否超时") |
||||
private String isTimedOut; |
||||
|
||||
} |
@ -0,0 +1,159 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderProcessExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 最晚处理时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最晚处理时间") |
||||
private Date endCreateTime; |
||||
/** |
||||
* 最新操作时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新操作时间") |
||||
private Date updateTime; |
||||
/** |
||||
* 处理结果 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理结果") |
||||
private String resultType; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,159 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderReplyExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 工单创建仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建仓") |
||||
private String warehouseName; |
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 运单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运单号") |
||||
private String waybillNumber; |
||||
/** |
||||
* 订单自编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("订单自编号") |
||||
private String orderCode; |
||||
/** |
||||
* 包条码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("包条码") |
||||
private String packageCode; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brandName; |
||||
/** |
||||
* 商场名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("商场名称") |
||||
private String waybillMall; |
||||
/** |
||||
* 一级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品") |
||||
private String first; |
||||
/** |
||||
* 二级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("二级品") |
||||
private String secondary; |
||||
/** |
||||
* 三级品 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("三级品") |
||||
private String thirdProduct; |
||||
/** |
||||
* 工单状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单状态") |
||||
private String workOrderStatusName; |
||||
/** |
||||
* 工单处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("责任方") |
||||
private String responsiblePerson; |
||||
/** |
||||
* 工单创建时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("工单创建时间") |
||||
private Date createTime; |
||||
/** |
||||
* 最晚处理时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最晚处理时间") |
||||
private Date endCreateTime; |
||||
/** |
||||
* 最新操作时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新操作时间") |
||||
private Date updateTime;; |
||||
/** |
||||
* 是否超时 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否超时") |
||||
private String isTimedOut; |
||||
/** |
||||
* 营业部处理客服 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("营业部处理客服") |
||||
private String warehouseServiceName; |
||||
/** |
||||
* 内部责任方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任方") |
||||
private String businessName; |
||||
/** |
||||
* 内部责任人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("内部责任人") |
||||
private String personResponsibleName; |
||||
/** |
||||
* 金额/占比 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额/占比") |
||||
private String responsibilityRatio; |
||||
/** |
||||
* 最新回复内容 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("最新回复内容") |
||||
private String content; |
||||
|
||||
} |
@ -0,0 +1,58 @@
|
||||
package com.logpm.aftersales.excel; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
import java.math.BigDecimal; |
||||
import java.util.Date; |
||||
|
||||
@Data |
||||
public class AftersalesWorkOrderTimeOutExcel implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 异常工单号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常工单号") |
||||
private String workOrderNumber; |
||||
/** |
||||
* 异常类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("异常类型") |
||||
private String workOrderTypeName; |
||||
/** |
||||
* 发现节点 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发现节点") |
||||
private String discoveryNodeName; |
||||
/** |
||||
* 金额 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("金额") |
||||
private BigDecimal money; |
||||
/** |
||||
* 超时时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("超时时间") |
||||
private String timeout; |
||||
/** |
||||
* 处理方 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("处理方") |
||||
private String processedBy; |
||||
/** |
||||
* 备注 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("备注") |
||||
private String remarks; |
||||
|
||||
} |
Loading…
Reference in new issue