From caae2b2d5d7aa962cd31a334c5b8aef22f23a753 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期二, 16 五月 2023 14:14:24 +0800
Subject: [PATCH] 1.增加区域名称列表接口
---
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderStatusCount.java | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderStatusCount.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderStatusCount.java
index e687fdc..780d760 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderStatusCount.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderStatusCount.java
@@ -15,14 +15,22 @@
@Data
//@Excel("绛炬敹鐘舵�佺粺璁℃姤琛�")
public class OrderStatusCount {
- // @ContentLoopMerge(eachRow = 5)
- @ExcelProperty("杞﹀彿")
+ @ContentLoopMerge(eachRow = 5)
+ @ExcelProperty(value = "杞﹀彿")
@TableField(value = "carName")
private String carName;
+
+ @ContentLoopMerge(eachRow = 5)
+ @ExcelProperty("濮撳悕")
+ @TableField(value = "userName")
+ //@ExcelIgnore
+ private String userName;
// @ContentLoopMerge(eachRow = 5)
+ @ContentLoopMerge(eachRow = 5)
@ExcelProperty("绾胯矾")
@TableField(value = "line")
private String line;
+
@ExcelProperty("鎵规")
@TableField(value = "batch")
private String batch;
@@ -41,7 +49,14 @@
@ExcelProperty("绛炬敹鐜�")
@TableField(value = "proportion")
private String proportion;
- @ExcelProperty("鏃ユ湡")
+
+ @ContentLoopMerge(eachRow = 5)
+ @ExcelProperty("骞冲潎绛炬敹鐜�")
+ @TableField(value = "name")
+ //@ExcelIgnore
+ private String name;
+ //@ExcelProperty("鏃ユ湡")
+ @ExcelIgnore
@ColumnWidth(20)
private String sendDate;
// 1 鎸夋棩鏌ヨ 3鎸夋湀鏌ヨ
@@ -61,10 +76,9 @@
private String carId;
@ExcelIgnore
private String carNo;
- @ExcelIgnore
- private String name;
- @ExcelIgnore
- private String userName;
+ /* @ExcelIgnore
+ private String name;*/
+
@ExcelIgnore
private String carTime;
@@ -80,4 +94,6 @@
private String fiveBatch;
@ExcelIgnore
private String sendMonth;
+ @ExcelIgnore
+ private Integer proportionInt;
}
--
Gitblit v1.9.1