yangys
2024-05-09 60e317f7782c718d28920060fd686d2092c99c1e
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java
@@ -10,7 +10,6 @@
@HeadRowHeight(20)
@ColumnWidth(16)
@ContentRowHeight(18)
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/excel/TimeUsedExport.class */
public class TimeUsedExport implements Serializable {
    private static final long serialVersionUID = -4830514731073165689L;
    @ExcelProperty(value = {"日期"}, index = 0)
@@ -34,7 +33,7 @@
    @ExcelProperty(value = {"离线"}, index = 9)
    private String offline;
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/excel/TimeUsedExport$TimeUsedExportBuilder.class */
    public static class TimeUsedExportBuilder {
        private String date;
        private String groupName;