From 5cd857c91bd49e276274f6df6b9a126febfbf978 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期五, 27 六月 2025 17:04:17 +0800 Subject: [PATCH] 托盘明细增加所属仓库、区域查询条件 --- Wms/Model/InterFaceModel/HttpModel.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs index 4eed61d..3be3a1a 100644 --- a/Wms/Model/InterFaceModel/HttpModel.cs +++ b/Wms/Model/InterFaceModel/HttpModel.cs @@ -162,7 +162,8 @@ /// 椤哄簭-浼樺厛绾� /// </summary> public int Order { get; set; } - + public int? Qty { get; set; } + } /// <summary> /// 鎺ュ彈wcs浠诲姟鍙嶉淇℃伅Model -- Gitblit v1.8.0