From 2877a2f0b9a0276e95f3312ae1dcdd1aece3ea94 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期一, 21 七月 2025 17:29:04 +0800
Subject: [PATCH] 123

---
 HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs b/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs
index 17055cf..9b9b01f 100644
--- a/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs
+++ b/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs
@@ -19,6 +19,10 @@
         public string S_STATE_PRE { get; set; }
         public int N_REVIEW_RESULT { get; set; }
         public int N_BIND_ORDER { get; set; }
+        /// <summary>
+        /// 托盘来源
+        /// </summary>
+        public string S_SRC { get; set; }
 
         [SugarColumn(IsIgnore = true)]
         [Navigate(NavigateType.OneToMany, nameof(S_CNTR_CODE))]

--
Gitblit v1.9.1