From 186788eadaa8dc793de7fa59ec6cc89f861a3158 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 20 七月 2024 16:48:30 +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