From 638b471ad73bce1c701d9f9c8d02effe6a38c7ca Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期一, 22 七月 2024 16:57:20 +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