From f45293a0c3c9838567d6ff01eae53157a9ed5284 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 05 三月 2026 10:59:38 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WMSServer/WIDESEA_Model/Models/BasicInfo/Dt_StationManager.cs | 31 +++++++++++++++++++++++++++----
1 files changed, 27 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicInfo/Dt_StationManager.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicInfo/Dt_StationManager.cs"
index 54b0676..8eb430e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicInfo/Dt_StationManager.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicInfo/Dt_StationManager.cs"
@@ -41,13 +41,20 @@
public int stationType { get; set; }
/// <summary>
- /// 宸烽亾鍙�
+ /// 鎵�灞炶澶囧彿
/// </summary>
- [ImporterHeader(Name = "宸烽亾鍙�")]
- [ExporterHeader(DisplayName = "宸烽亾鍙�")]
- [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "宸烽亾鍙�")]
+ [ImporterHeader(Name = "鎵�灞炶澶囧彿")]
+ [ExporterHeader(DisplayName = "鎵�灞炶澶囧彿")]
+ [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鎵�灞炶澶囧彿")]
public string Roadway { get; set; }
+ /// <summary>
+ /// 鎵�灞炲贩閬撳彿
+ /// </summary>
+ [ImporterHeader(Name = "鎵�灞炲贩閬撳彿")]
+ [ExporterHeader(DisplayName = "鎵�灞炲贩閬撳彿")]
+ [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鎵�灞炲贩閬撳彿")]
+ public string RoadwayNo { get; set; }
/// <summary>
/// 澶囨敞
/// </summary>
@@ -81,6 +88,22 @@
public string stationLocation { get; set; }
/// <summary>
+ /// MES绔欑偣
+ /// </summary>
+ [ImporterHeader(Name = "MES绔欑偣")]
+ [ExporterHeader(DisplayName = "MES绔欑偣")]
+ [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "MES绔欑偣")]
+ public string stationEquipMES { get; set; }
+
+ ///// <summary>
+ ///// 鍧愭爣鍦板潃
+ ///// </summary>
+ //[ImporterHeader(Name = "鍧愭爣鍦板潃")]
+ //[ExporterHeader(DisplayName = "鍧愭爣鍦板潃")]
+ //[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鍧愭爣鍦板潃")]
+ //public string stationLocation { get; set; }
+
+ /// <summary>
/// 鏄惁鍚敤
/// </summary>
[ImporterHeader(Name = "鏄惁鍚敤")]
--
Gitblit v1.9.3