From 0e2425d59ffe4c698182f134a47dc84585bc8439 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期一, 12 五月 2025 17:34:28 +0800
Subject: [PATCH] 成本中心退料出库接口实现

---
 models/TN_Outbound_Order.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/models/TN_Outbound_Order.cs b/models/TN_Outbound_Order.cs
index a9b2598..30edd2f 100644
--- a/models/TN_Outbound_Order.cs
+++ b/models/TN_Outbound_Order.cs
@@ -12,8 +12,8 @@
         /// 出库单号
         /// </summary>
         public string S_NO { get; set; }
-        public DateTime? BUDAT { get; set; }
-        public DateTime? BLDAT { get; set; }
+        public string BUDAT { get; set; }
+        public string BLDAT { get; set; }
         public string UNAME { get; set; }
         public string BKTXT { get; set; }
         public string SOBKZ { get; set; }
@@ -23,7 +23,7 @@
         public string S_WLPZNF { get; set; }
         public string S_WLPZHXM { get; set; }
         public string S_WLPZ { get; set; }
-        public int S_WLPZND { get; set; }
+        public string S_WLPZND { get; set; }
         /// <summary>
         /// 仓库编码
         /// </summary>
@@ -66,6 +66,7 @@
         /// 工厂
         /// </summary>
         public string S_FACTORY { get; set; }
+        //public string S_GZRY { get; set; }
         public string S_CBZX { get; set; }
         public string S_LRZX { get; set; }
         public string S_ZZKM { get; set; }

--
Gitblit v1.9.1