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); + } + } + /// /// 标准成本 ///