From eaa7c0d999c6dd7901bf4f0de79b861eae38e978 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期三, 08 十月 2025 22:51:28 +0800 Subject: [PATCH] 代码提交 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs | 37 ++++++++++++++----------------------- 1 files changed, 14 insertions(+), 23 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs" index 5e77a0d..c337849 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs" @@ -33,7 +33,7 @@ public int stationID { get; set; } /// <summary> - /// 绔欏彴绫诲瀷 1-鍏ュ簱绔欏彴 2-鍑哄簱绔欏彴 3-寮傚父鎺掑嚭绔欏彴 4-NG宸ョ珯鏀炬枡 5-NG宸ョ珯鍙栨枡 6-绌烘鍏ュ簱 7-绌烘鍑哄簱,8-鍏ュ簱绾夸綋鎵爜纭,9-鍏ュ簱绔欏彴纭 + /// 绔欏彴绫诲瀷 /// </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,32 +88,23 @@ [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; } + /// <summary> + /// 璁惧鐘舵�� + /// </summary> + [ImporterHeader(Name = "璁惧鐘舵��")] + [ExporterHeader(DisplayName = "璁惧鐘舵��")] + [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "璁惧鐘舵��")] public string stationStatus { get; set; } /// <summary> - /// 浜х嚎 + /// 妤煎眰 /// </summary> - public string productLine { get; set; } + [ImporterHeader(Name = "妤煎眰")] + [ExporterHeader(DisplayName = "妤煎眰")] + [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "妤煎眰")] + public string stationFloor { get; set; } + } } -- Gitblit v1.9.3