From 1b108e8d7335d5a5a59dfcf2f4eeef034a53b9b8 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 06 九月 2024 12:33:06 +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