wjli
2023-05-16 caae2b2d5d7aa962cd31a334c5b8aef22f23a753
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;