From e3a5a26eded2aa9b704238ad021b0eef316ff678 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 09 五月 2025 10:45:02 +0800
Subject: [PATCH] 增加退料单实体

---
 Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs
index c942065..fb726e1 100644
--- a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs
+++ b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs
@@ -163,10 +163,15 @@
 		/// </summary>
 		[DisplayName("澶囨敞")]
 		public string REMARK { get; set; }
-		#endregion
+        /// <summary>
+        /// 杩芥函淇℃伅
+        /// </summary>
+        [DisplayName("杩芥函淇℃伅")]
+        public string TRACE_INFO { get; set; }
+        #endregion
 
-		#region 铏氭嫙灞炴��
-		/*渚嬪瓙
+        #region 铏氭嫙灞炴��
+        /*渚嬪瓙
 		[SugarColumn(IsIgnore = true)]
 		public string FieldName { get; set; }
 		*/

--
Gitblit v1.9.3