From c00d4c5cda3af8e63a5969c58b9151b858e9105e Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 26 11月 2024 17:41:56 +0800 Subject: [PATCH] 222 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs index cf82253..cf828e0 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs @@ -146,5 +146,24 @@ public bool IsDelete { get; set; } } - + +/// <summary> +/// 鏁村寘鐨勫叆鍙� +/// </summary> +public class WmsPackListOutput +{ + public string PackageCode { get; set; } // 鍖呰浠g爜 + public int Count { get; set; } // 瀵瑰簲鐨勬暟閲� + public bool IsPack { get; set; } +} + +/// <summary> +/// 榻愬鍏ュ弬 +/// </summary> +public class WmsKittingListOutput +{ + public string OrderId { get; set; } // 鍗曞彿 + public int Count { get; set; } // 瀵瑰簲鐨勬暟閲� + public bool IsKitting { get; set; } +} \ No newline at end of file -- Gitblit v1.9.3