From d58fd0905004b5c4abf138c8fb95a597130af928 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期四, 29 八月 2024 09:01:18 +0800
Subject: [PATCH] bug修复
---
Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
index c7580de..f1094de 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
@@ -153,7 +153,13 @@
/// Nullable:True
/// </summary>
public string IsIssueLotNo { get; set; }
-
+
+ /// <summary>
+ /// Desc:鏄惁鎺ュ彈鎷肩
+ /// Default: 0锛氬惁 1锛氭槸
+ /// Nullable:True
+ /// </summary>
+ public string IsMixBox { get; set; }
/// <summary>
/// 鑷畾涔夊垪1
--
Gitblit v1.8.0