From 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 02 六月 2026 17:43:50 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/admin/request/DeviceImport.java |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/admin/request/DeviceImport.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/admin/request/DeviceImport.java
index f97c65b..01fc723 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/admin/request/DeviceImport.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/admin/request/DeviceImport.java
@@ -17,48 +17,51 @@
     @ExcelColumn(name = "*璁惧鍚嶇О", value = "name", index = 1)
     private String name;
 
-    @ExcelColumn(name = "*璁惧鍒嗙被", value = "categoryPath", index = 2)
+    @ExcelColumn(name = "*璁惧鏁伴噺", value = "deviceNum", index = 2)
+    private String deviceNum;
+
+    @ExcelColumn(name = "*璁惧鍒嗙被", value = "categoryPath", index = 3)
     private String categoryPath;
 
-    @ExcelColumn(name = "璁惧鍨嬪彿", value = "modelNo", index = 3)
+    @ExcelColumn(name = "璁惧鍨嬪彿", value = "modelNo", index = 4)
     private String modelNo;
 
-    @ExcelColumn(name = "璁惧绠$悊鍛�", value = "adminUserName", index = 4)
+    @ExcelColumn(name = "璁惧绠$悊鍛�", value = "adminUserName", index = 5)
     private String adminUserName;
 
-    @ExcelColumn(name = "鎵�鍦ㄤ綅缃�", value = "addr", index = 5)
+    @ExcelColumn(name = "鎵�鍦ㄤ綅缃�", value = "addr", index = 6)
     private String addr;
 
-    @ExcelColumn(name = "*鎵�灞為」鐩�", value = "projectName", index = 6)
+    @ExcelColumn(name = "*鎵�灞為」鐩�", value = "projectName", index = 7)
     private String projectName;
 
-    @ExcelColumn(name = "*鍏宠仈鎴挎簮", value = "roomPath", index = 7)
+    @ExcelColumn(name = "*鍏宠仈鎴挎簮", value = "roomPath", index = 8)
     private String roomPath;
 
-    @ExcelColumn(name = "璐叆鏃堕棿", value = "buyDate", index = 8)
+    @ExcelColumn(name = "璐叆鏃堕棿", value = "buyDate", index = 9)
     private String buyDate;
 
-    @ExcelColumn(name = "璁惧鐘舵��", value = "statusText", index = 9)
+    @ExcelColumn(name = "璁惧鐘舵��", value = "statusText", index = 10)
     private String statusText;
 
-    @ExcelColumn(name = "杩愮淮鍐呭", value = "content", index = 10)
+    @ExcelColumn(name = "杩愮淮鍐呭", value = "content", index = 11)
     private String content;
 
-    @ExcelColumn(name = "璁惧渚涘簲鍟�", value = "supplier", index = 11)
+    @ExcelColumn(name = "璁惧渚涘簲鍟�", value = "supplier", index = 12)
     private String supplier;
 
-    @ExcelColumn(name = "渚涘簲鍟嗚仈绯讳汉", value = "supplierLinker", index = 12)
+    @ExcelColumn(name = "渚涘簲鍟嗚仈绯讳汉", value = "supplierLinker", index = 13)
     private String supplierLinker;
 
-    @ExcelColumn(name = "渚涘簲鍟嗚仈绯绘柟寮�", value = "supplierPhone", index = 13)
+    @ExcelColumn(name = "渚涘簲鍟嗚仈绯绘柟寮�", value = "supplierPhone", index = 14)
     private String supplierPhone;
 
-    @ExcelColumn(name = "缁翠繚璐熻矗浜�", value = "maintenanceUserName", index = 14)
+    @ExcelColumn(name = "缁翠繚璐熻矗浜�", value = "maintenanceUserName", index = 15)
     private String maintenanceUserName;
 
-    @ExcelColumn(name = "缁翠繚鍒版湡鏃�", value = "maintenanceOverDate", index = 15)
+    @ExcelColumn(name = "缁翠繚鍒版湡鏃�", value = "maintenanceOverDate", index = 16)
     private String maintenanceOverDate;
 
-    @ExcelColumn(name = "缁翠繚璇存槑", value = "maintenanceContent", index = 16)
+    @ExcelColumn(name = "缁翠繚璇存槑", value = "maintenanceContent", index = 17)
     private String maintenanceContent;
 }

--
Gitblit v1.9.3