From 63dcb7fc55d32960f643f4040900ce9a0e33536d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 20 十月 2025 17:25:56 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs | 39 +++++++++++++++------------------------
1 files changed, 15 insertions(+), 24 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs"
index f534bd4..f45971b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs"
@@ -33,7 +33,7 @@
public int stationID { get; set; }
/// <summary>
- /// 绔欏彴绫诲瀷 1-鍏ュ簱绔欏彴 2-鍑哄簱绔欏彴 3-寮傚父鎺掑嚭绔欏彴 4-NG宸ョ珯鏀炬枡 5-NG宸ョ珯鍙栨枡 6-绌烘鍏ュ簱 7-绌烘鍑哄簱
+ /// 绔欏彴绫诲瀷
/// </summary>
[ImporterHeader(Name = "绔欏彴绫诲瀷")]
[ExporterHeader(DisplayName = "绔欏彴绫诲瀷")]
@@ -46,7 +46,7 @@
[ImporterHeader(Name = "鎵�灞濸LC")]
[ExporterHeader(DisplayName = "鎵�灞濸LC")]
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵�灞濸LC")]
- public string stationPLC { get; set; }
+ public string stationDeviceCode { get; set; }
/// <summary>
/// 宸烽亾鍙�
@@ -88,31 +88,22 @@
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鍧愭爣鍦板潃")]
public string stationLocation { get; set; }
- /// <summary>
- /// MOM璁惧缂栧彿
- /// </summary>
- [ImporterHeader(Name = "MOM璁惧缂栧彿")]
- [ExporterHeader(DisplayName = "MOM璁惧缂栧彿")]
- [SugarColumn(IsNullable = false, ColumnDescription = "MOM璁惧缂栧彿")]
- public string stationEquipMOM { get; set; }
-
- /// <summary>
- ///
- /// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "NG瀛愯澶囩紪鍙�")]
- public string stationNGChildCode { get; set; }
-
- /// <summary>
- ///
- /// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "NG瀛愯澶囧潗鏍�")]
- public string stationNGLocation { get; set; }
public string remark { get; set; }
- public string stationStatus { get; set; }
/// <summary>
- /// 浜х嚎
+ /// 璁惧鐘舵��
/// </summary>
- public string productLine { get; set; }
+ [ImporterHeader(Name = "璁惧鐘舵��")]
+ [ExporterHeader(DisplayName = "璁惧鐘舵��")]
+ [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "璁惧鐘舵��")]
+ public string stationStatus { get; set; }
+
+ /// <summary>
+ /// 妤煎眰
+ /// </summary>
+ [ImporterHeader(Name = "妤煎眰")]
+ [ExporterHeader(DisplayName = "妤煎眰")]
+ [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "妤煎眰")]
+ public string stationFloor { get; set; }
}
}
--
Gitblit v1.9.3