From e045fc036df96d5549624685af9c63704738f5f2 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期五, 26 七月 2024 10:02:14 +0800
Subject: [PATCH] 盘点优化

---
 Wms/Model/InterFaceModel/SoModel.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Wms/Model/InterFaceModel/SoModel.cs b/Wms/Model/InterFaceModel/SoModel.cs
index c48ca16..b9bf606 100644
--- a/Wms/Model/InterFaceModel/SoModel.cs
+++ b/Wms/Model/InterFaceModel/SoModel.cs
@@ -67,6 +67,13 @@
         /// 涓婃父绯荤粺鏄庣粏鍗曞彿
         /// </summary>
         public string OrderDetailCode { get; set; }
+
+        /// <summary>
+        /// Desc:鏄惁鎺ュ彈鎷肩
+        /// Default: 0锛氬惁  1锛氭槸
+        /// Nullable:True
+        /// </summary>
+        public string IsMixBox { get; set; }
     }
 
     /// <summary>

--
Gitblit v1.8.0