From f9cf37353cb16d8969c6bef6de9e3bedbea10ae5 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 25 八月 2023 17:41:26 +0800
Subject: [PATCH] 修改传感器类型和元数据类型为值域(下拉列表框)

---
 DataLoader/Model/CommonProp.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DataLoader/Model/CommonProp.cs b/DataLoader/Model/CommonProp.cs
index 314e199..94790b2 100644
--- a/DataLoader/Model/CommonProp.cs
+++ b/DataLoader/Model/CommonProp.cs
@@ -78,7 +78,7 @@
         /// <summary>
         /// 鍏冩暟鎹被鍨�
         /// </summary>
-        public static string MetaType;
+        public static int MetaType;
 
         /// <summary>
         /// 鏁版嵁鐩綍
@@ -93,7 +93,7 @@
         /// <summary>
         /// 浼犳劅鍣ㄧ被鍨�
         /// </summary>
-        public static string SensorType;
+        public static int SensorType;
 
         /// <summary>
         /// 閲囬泦鏃堕棿

--
Gitblit v1.9.3