From 5ab19c977cfb0551a88b3885b0648183fbfff672 Mon Sep 17 00:00:00 2001
From: libo <Administrator@DESKTOP-1A6QMNS>
Date: 星期一, 31 三月 2025 10:10:12 +0800
Subject: [PATCH] 调整wms出入库、返库逻辑,调整与比亚迪接口对接的类型和方法,调整配置参数,写入服务器上数据库密码
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/PutAwayReturnRequest.cs | 60 ++++++++++++++++++++++++++++++------------------------------
1 files changed, 30 insertions(+), 30 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/PutAwayReturnRequest.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/PutAwayReturnRequest.cs"
index 56d4d42..5699edb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/PutAwayReturnRequest.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/PutAwayReturnRequest.cs"
@@ -8,20 +8,28 @@
{
public class PutAwayReturnRequest
{
-
+
+ /// <summary>
+ /// 浠撳簱缂栧彿锛堢郴缁熸爣璇嗭級
+ /// </summary>
+ public string WH_NUMBER { get; set; }
+ /// <summary>
+ /// 涓氬姟绫诲瀷鍚嶇О
+ /// </summary>
+ public string BUSINESS_NAME { get; set; }
/// <summary>
/// 宸ュ巶浠g爜
/// </summary>
public string WERKS { get; set; }
/// <summary>
- /// 浠撳簱缂栧彿锛堢郴缁熸爣璇嗭級
+ /// 鐩爣搴撳瓨鍦扮偣
/// </summary>
- public string WH_NUMBER { get; set; }
-
+ public string LGORT { get; set; }
+ public string TOTAL_RETURN_QTY { get; set; }
/// <summary>
- /// 鍏ュ簱鎸囦护
+ /// 涓氬姟绫诲瀷浠g爜
/// </summary>
- public string IZLID { get; set; }
+ public string BUSINESS_CODE { get; set; }
/// <summary>
/// 閫�璐у崟鍙�
/// </summary>
@@ -30,45 +38,37 @@
/// 閫�璐у崟琛岄」鐩�
/// </summary>
public string RETURN_ITEM_NO { get; set; }
-
- /// <summary>
- /// 涓氬姟绫诲瀷鍚嶇О
- /// </summary>
- public string BUSINESS_NAME { get; set; }
-
- /// <summary>
- /// 涓氬姟绫诲瀷浠g爜
- /// </summary>
- public string BUSINESS_CODE { get; set; }
-
/// <summary>
/// 鎵樼洏鍙�
/// </summary>
public string TPNUM { get; set; }
-
- /// <summary>
- /// 鐩爣搴撳瓨鍦扮偣
- /// </summary>
- public string LGORT { get; set; }
-
- public string MO_NO { get; set; }
-
+ public string YLZD5 { get; set; }
public List<PutAwayReturn> DATA { get; set; }
+ /// <summary>
+ /// 鍏ュ簱鎸囦护
+ /// </summary>
+ public string IZLID { get; set; }
+ public string MO_NO { get; set; }
+ public string YLZD3 { get; set; }
+ public string YLZD4 { get; set; }
+ public string YLZD1 { get; set; }
+ public string YLZD2 { get; set; }
+ public string SYSNOD { get; set; }
+
}
public class PutAwayReturn
{
public string LABEL_NO { get; set; }
- public string SOBKZ { get; set; }
public string UNIT { get; set; }
+ public string SOBKZ { get; set; }
public string LGORT { get; set; }
- public string TOTAL_RETURN_QTY { get; set; }
+ public string QTY { get; set; }
+
public string F_LGORT { get; set; }
- public string MO_NO { get; set; }
public string LIFNR { get; set; }
+ public string MO_NO { get; set; }
public string MATNR { get; set; }
-
- public string BATCH { get; set;}
}
}
--
Gitblit v1.9.3