From e69f814f50fd59739dbedd88518dc8cb8d2ed3ee Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 08 四月 2025 21:18:47 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs | 48 +++++++++--------------------------------------- 1 files changed, 9 insertions(+), 39 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs" index 42e8e40..759207d 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs" @@ -54,12 +54,12 @@ public string PalletCode { get; set; } /// <summary> - /// 鍖哄煙鍙� + /// 璁惧缂栧彿 /// </summary> - [ImporterHeader(Name = "鍖哄煙鍙�")] - [ExporterHeader(DisplayName = "鍖哄煙鍙�")] - [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "鍖哄煙鍙�")] - public string Roadway { get; set; } + [ImporterHeader(Name = "璁惧缂栧彿")] + [ExporterHeader(DisplayName = "璁惧缂栧彿")] + [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "璁惧缂栧彿")] + public string? DeviceCode { get; set; } /// <summary> /// 浠诲姟绫诲瀷 @@ -82,7 +82,7 @@ /// </summary> [ImporterHeader(Name = "璧峰鍦板潃")] [ExporterHeader(DisplayName = "璧峰鍦板潃")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璧峰鍦板潃")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "璧峰鍦板潃")] public string SourceAddress { get; set; } /// <summary> @@ -90,7 +90,7 @@ /// </summary> [ImporterHeader(Name = "鐩爣鍦板潃")] [ExporterHeader(DisplayName = "鐩爣鍦板潃")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐩爣鍦板潃")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鐩爣鍦板潃")] public string TargetAddress { get; set; } /// <summary> @@ -98,7 +98,7 @@ /// </summary> [ImporterHeader(Name = "褰撳墠浣嶇疆")] [ExporterHeader(DisplayName = "褰撳墠浣嶇疆")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "褰撳墠浣嶇疆")] public string CurrentAddress { get; set; } /// <summary> @@ -106,7 +106,7 @@ /// </summary> [ImporterHeader(Name = "涓嬩竴鍦板潃")] [ExporterHeader(DisplayName = "涓嬩竴鍦板潃")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "涓嬩竴鍦板潃")] public string NextAddress { get; set; } /// <summary> @@ -126,14 +126,6 @@ public int Grade { get; set; } /// <summary> - /// WMS浠诲姟涓婚敭 - /// </summary> - [ImporterHeader(Name = "WMS浠诲姟涓婚敭")] - [ExporterHeader(DisplayName = "WMS浠诲姟涓婚敭")] - [SugarColumn(IsNullable = false, ColumnDescription = "WMS浠诲姟涓婚敭")] - public int WMSId { get; set; } - - /// <summary> /// 浠诲姟涓嬪彂鏃堕棿 /// </summary> [ImporterHeader(Name = "浠诲姟涓嬪彂鏃堕棿")] @@ -148,27 +140,5 @@ [ExporterHeader(DisplayName = "澶囨敞")] [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")] public string Remark { get; set; } - - /// <summary> - /// 鎵樼洏鏁伴噺 - /// </summary> - [ImporterHeader(Name = "鎵樼洏鏁伴噺")] - [ExporterHeader(DisplayName = "鎵樼洏鏁伴噺")] - [SugarColumn(IsNullable = true, ColumnDescription = "鎵樼洏鏁伴噺")] - public int PalletCodequantity { get; set; } - - /// <summary> - /// 鍘熸潗鏂欏幓鍚� - /// </summary> - [ImporterHeader(Name = "鍘熸潗鏂欏幓鍚�")] - [ExporterHeader(DisplayName = "鍘熸潗鏂欏幓鍚�")] - [SugarColumn(IsNullable = false, ColumnDescription = "鍘熸潗鏂欏幓鍚�")] - public int PLCTo { get; set; } - /// <summary> - /// 鐗╂枡绫诲瀷 - /// </summary> - [ExporterHeader(DisplayName = "鐗╂枡绫诲瀷")] - [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡绫诲瀷")] - public int MaterialType { get; set; } } } -- Gitblit v1.9.3