From 225d11e2ddaa55d1d482201cb4d89c9486cdba69 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期五, 20 六月 2025 12:27:52 +0800 Subject: [PATCH] 更新代码 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs" index d6ca211..5150702 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs" @@ -69,33 +69,33 @@ /// <summary> /// X浣� /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "X浣�")] + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "X浣�")] public string XSite { get; set; } - /// <summary> - /// ERP宸ュ崟 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ERP宸ュ崟")] - public string ERPOrder { get; set; } - /// <summary> - /// 閿�鍞鍗� - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "閿�鍞鍗�")] - public string SaleOrder { get; set; } - /// <summary> - /// 瀹㈡埛鍘熷鍛ㄦ湡 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀹㈡埛鍘熷鍛ㄦ湡")] - public string CustomDateCode { get; set; } /// <summary> /// 鍐呭寘閲嶉噺 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "鍐呭寘閲嶉噺")] public float Weight { get; set; } /// <summary> - /// 宸ヤ綔涓績 + /// ERP宸ュ崟 /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "宸ヤ綔涓績")] - public string WorkCenter { get; set; } + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ERP宸ュ崟")] + public string ERPOrder { get; set; } + /// <summary> + /// 鍒堕�犺鍗� + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒堕�犺鍗�")] + public string MoNumber { get; set; } + /// <summary> + /// 閿�鍞鍗� + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "閿�鍞鍗�")] + public string SaleOrder { get; set; } + /// <summary> + /// 鎵规鍙� + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵规鍙�")] + public string LotNumber { get; set; } /// <summary> /// 鍖呰鏃堕棿 /// </summary> -- Gitblit v1.9.3