From f41318efb85b7024d66b6206267bbfaffb8e41d9 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 12 May 2025 14:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=A2=9E=E5=8A=A0=E6=AD=A3=E5=8E=82=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Products/mes_product.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp/Products/mes_product.cs b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp/Products/mes_product.cs index 49cc9042e..ab69a337d 100644 --- a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp/Products/mes_product.cs +++ b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp/Products/mes_product.cs @@ -89,10 +89,20 @@ public class mes_product : Entity /// 最小領用倍數 /// public decimal mes_product_qad01 { get; set; } + /// /// 正廠編號 /// - public string mes_product_fih_factory { get; set; } + private string fih_factory; + public string mes_product_fih_factory + { + get { return fih_factory; } + set + { + fih_factory = DataChangeHelper.Cp850ToGBK(value); + } + } + /// /// 标准成本 ///