From 6d115888b0b2cf700118fbf6d6bc890827040aed Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 31 十月 2025 18:02:10 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
index 5dfde0d..10e9403 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
@@ -28,22 +28,22 @@
/// <summary>
/// 娓╁害
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "娓╁害")]
- public float? CurrentTemperature { get; set; }
+ [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "娓╁害")]
+ public string CurrentTemperature { get; set; }
/// <summary>
/// 婀垮害
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "婀垮害")]
- public float Humidity { get; set; }
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "婀垮害")]
+ public string Humidity { get; set; }
/// <summary>
/// 鏄惁鎶ヨ 0鏃犳姤璀� 1鎶ヨ
/// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁鎶ヨ 0鏃犳姤璀� 1鎶ヨ")]
- public int Alarm { get;set; }
+ public string Alarm { get;set; }
/// <summary>
/// 鎶ヨ淇℃伅
--
Gitblit v1.9.3