From de00bb6fbb81f4716e4b14e5964e9181be14c185 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期六, 07 六月 2025 11:23:49 +0800
Subject: [PATCH] 1
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs
new file mode 100644
index 0000000..2538e5a
--- /dev/null
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs
@@ -0,0 +1,18 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Model.Models;
+
+namespace WIDESEA_DTO.WMS
+{
+ public class GroupedStockInfo
+ {
+ public string AreaCode { get; set; }
+
+ public int TotalQuantity { get; set; }
+
+ public List<DtStockInfo> Items { get; set; }
+ }
+}
--
Gitblit v1.9.3