From 9c7f157b5d99f757b864da9a5bec11f4bc8e2ba1 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期日, 21 七月 2024 10:09:57 +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