From 9a886d711d8b21adc335fdf8c39350584c7ba6fd Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 14 十月 2025 02:12:14 +0800
Subject: [PATCH] 更新代码,取消MES出库单号同步标识,平库转立库功能,寄售周期判断取消,精品标识等
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs"
index 1ac50e1..60c2be5 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs"
@@ -26,11 +26,11 @@
/// <summary>
/// 鍏徃浠g爜
/// </summary>
- public string CompanyCode { get; set; } = "HATC";
+ public string CompanyCode { get; set; }
/// <summary>
/// 宸ュ巶浠e彿
/// </summary>
- public string FactoryCode { get; set; } = "HA02";
+ public string FactoryCode { get; set; }
/// <summary>
/// 浠撳簱浠g爜
/// </summary>
@@ -44,13 +44,13 @@
/// </summary>
public string StockDate { get; set; }
/// <summary>
- /// 鍏ュ簱鏃ユ湡
+ /// 澶囨敞(鑳舵鐮�)
/// </summary>
public string Remark { get; set; }
/// <summary>
/// 鍏ュ簱绫诲瀷
/// </summary>
- public string StockFormType { get; set; } = "Production";
+ public string StockFormType { get; set; }
/// <summary>
/// 鍏ュ簱鏄庣粏
/// </summary>
--
Gitblit v1.9.3