|
@@ -92,13 +92,13 @@ public class RepairInvoiceVo {
|
|
/**
|
|
/**
|
|
* 企业地址
|
|
* 企业地址
|
|
*/
|
|
*/
|
|
- @ExcelProperty("收货地址")
|
|
|
|
|
|
+ @ExcelProperty("企业地址")
|
|
private String address;
|
|
private String address;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 企业电话
|
|
* 企业电话
|
|
*/
|
|
*/
|
|
- @ExcelProperty("收件人电话")
|
|
|
|
|
|
+ @ExcelProperty("企业电话")
|
|
private String phone;
|
|
private String phone;
|
|
/**
|
|
/**
|
|
* 发票编号
|
|
* 发票编号
|
|
@@ -117,6 +117,15 @@ public class RepairInvoiceVo {
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
private String updateTime;
|
|
private String updateTime;
|
|
|
|
|
|
|
|
+ @ExcelProperty("收件人姓名")
|
|
|
|
+ private String getAddrName;
|
|
|
|
+
|
|
|
|
+ @ExcelProperty("收件人电话")
|
|
|
|
+ private String getAddrPhone;
|
|
|
|
+
|
|
|
|
+ @ExcelProperty("收货地址")
|
|
|
|
+ private String getAddress;
|
|
|
|
+
|
|
|
|
|
|
public String getStatusStr() {
|
|
public String getStatusStr() {
|
|
if(status == null){
|
|
if(status == null){
|