diff --git a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html
index c22de4b..c0934be 100644
--- a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html
+++ b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html
@@ -13,6 +13,7 @@
+
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdPropertyNetinfo.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdPropertyNetinfo.java
index 5f061c3..265bcfc 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdPropertyNetinfo.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdPropertyNetinfo.java
@@ -35,7 +35,7 @@ public class TdPropertyNetinfo extends BaseEntity
private String netNo;
/** 设备种类 */
- @Excel(name = "设备种类")
+ @Excel(name = "设备种类", readConverterExp = "1=服务器,2=路由器,3=防火墙,4=网关,5=其他")
private String netName;
/** 序列号 */
@@ -51,7 +51,7 @@ public class TdPropertyNetinfo extends BaseEntity
private String netManager;
/** 密级(0:秘密1:机密2:绝密) */
- @Excel(name = "密级", readConverterExp = "0=:秘密1:机密2:绝密")
+ @Excel(name = "密级", readConverterExp = "0=秘密,1=机密,2=绝密")
private String netMiji;
/** 涉密网络名称 */