From 223ad76695223d90104da82e7bc6e9e984563e47 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期一, 07 四月 2025 16:45:36 +0800
Subject: [PATCH] 调拨单对应字段修改

---
 Tiger.Business.WMS/Common/Preparation.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Tiger.Business.WMS/Common/Preparation.cs b/Tiger.Business.WMS/Common/Preparation.cs
index 9ebfbb0..cb21723 100644
--- a/Tiger.Business.WMS/Common/Preparation.cs
+++ b/Tiger.Business.WMS/Common/Preparation.cs
@@ -33,6 +33,7 @@
         public string UserCode { get; set; }
         public string OrgCode { get; set; }
         public BIZ_WMS_PREP Order { get; set; }
+        public BIZ_WMS_PREP.BIZ_TYPEs BizType => Order.BIZ_TYPE.GetEnum<BIZ_WMS_PREP.BIZ_TYPEs>();
         #endregion Propertys & Variables
 
         #region Functions

--
Gitblit v1.9.3