From 6436164235ca9823edce52accf042456c42bbb99 Mon Sep 17 00:00:00 2001 From: zyf <1071160500@qq.com> Date: 星期四, 28 八月 2025 18:15:36 +0800 Subject: [PATCH] 发货通知单备注字段更新 --- MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs b/MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs index 13518da..394505a 100644 --- a/MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs +++ b/MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs @@ -140,5 +140,10 @@ ///</summary> [SugarColumn(ColumnName = "FREMAINOUTQTY")] public decimal? Fremainoutqty { get; set; } + /// <summary> + /// 澶囨敞 + ///</summary> + [SugarColumn(ColumnName = "FENTRYNOTE")] + public string? Fentrynote { get; set; } } } -- Gitblit v1.9.3