From 02d115e902ef2091fa5f0202ec3909f1c2e66923 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 16 四月 2025 14:01:57 +0800 Subject: [PATCH] 设备未知状态修改,工单照片清理定时任务,工单逻辑删除照片,以及保存最新的5张,数据导出离线数统计,在线率统计的合计修改 --- ycl-pojo/src/main/java/com/ycl/platform/domain/excel/VideoOnlineRateExp.java | 66 +++++++++++++++++++++++++++++++++ 1 files changed, 66 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/VideoOnlineRateExp.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/VideoOnlineRateExp.java index 020c63b..1022b7d 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/VideoOnlineRateExp.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/VideoOnlineRateExp.java @@ -6,6 +6,8 @@ //鍦ㄧ嚎鐜囩粺璁� @Data public class VideoOnlineRateExp { + + //鍖哄煙 @Excel(name="鍖哄煙",width = 20) private String area; @@ -19,123 +21,187 @@ @Excel(name = "1",width = 10) private String day1; + //涓氬姟閫昏緫璁$畻鐢� 鐢ㄤ簬 璁板綍姣忎釜鍖烘瘡鏃ョ殑鍦ㄧ嚎璁惧鏁� + private long count1; + /** 鏃ユ湡 */ @Excel(name = "2",width = 10) private String day2; + + private long count2; /** 鏃ユ湡 */ @Excel(name = "3",width = 10) private String day3; + private long count3; + /** 鏃ユ湡 */ @Excel(name = "4",width = 10) private String day4; + + private long count4; /** 鏃ユ湡 */ @Excel(name = "5",width = 10) private String day5; + private long count5; + /** 鏃ユ湡 */ @Excel(name = "6",width = 10) private String day6; + + private long count6; /** 鏃ユ湡 */ @Excel(name = "7",width = 10) private String day7; + private long count7; + /** 鏃ユ湡 */ @Excel(name = "8",width = 10) private String day8; + + private long count8; /** 鏃ユ湡 */ @Excel(name = "9",width = 10) private String day9; + private long count9; + /** 鏃ユ湡 */ @Excel(name = "10",width = 10) private String day10; + + private long count10; /** 鏃ユ湡 */ @Excel(name = "11",width = 10) private String day11; + private long count11; + /** 鏃ユ湡 */ @Excel(name = "12",width = 10) private String day12; + + private long count12; /** 鏃ユ湡 */ @Excel(name = "13",width = 10) private String day13; + private long count13; + /** 鏃ユ湡 */ @Excel(name = "14",width = 10) private String day14; + + private long count14; /** 鏃ユ湡 */ @Excel(name = "15",width = 10) private String day15; + private long count15; + /** 鏃ユ湡 */ @Excel(name = "16",width = 10) private String day16; + + private long count16; /** 鏃ユ湡 */ @Excel(name = "17",width = 10) private String day17; + private long count17; + /** 鏃ユ湡 */ @Excel(name = "18",width = 10) private String day18; + + private long count18; /** 鏃ユ湡 */ @Excel(name = "19",width = 10) private String day19; + private long count19; + /** 鏃ユ湡 */ @Excel(name = "20",width = 10) private String day20; + + private long count20; /** 鏃ユ湡 */ @Excel(name = "21",width = 10) private String day21; + private long count21; + /** 鏃ユ湡 */ @Excel(name = "22",width = 10) private String day22; + + private long count22; /** 鏃ユ湡 */ @Excel(name = "23",width = 10) private String day23; + private long count23; + /** 鏃ユ湡 */ @Excel(name = "24",width = 10) private String day24; + + private long count24; /** 鏃ユ湡 */ @Excel(name = "25",width = 10) private String day25; + private long count25; + /** 鏃ユ湡 */ @Excel(name = "26",width = 10) private String day26; + + private long count26; /** 鏃ユ湡 */ @Excel(name = "27",width = 10) private String day27; + private long count27; + /** 鏃ユ湡 */ @Excel(name = "28",width = 10) private String day28; + + private long count28; /** 鏃ユ湡 */ @Excel(name = "29",width = 10) private String day29; + private long count29; + /** 鏃ユ湡 */ @Excel(name = "30",width = 10) private String day30; + private long count30; + /** 鏃ユ湡 */ @Excel(name = "31",width = 10) private String day31; + + private long count31; } + -- Gitblit v1.8.0