From 30561a499608d9591b8caa4462709a1fbaf76447 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 14 十一月 2025 16:04:49 +0800
Subject: [PATCH] 1.期初入库优化

---
 Dto/service/WarehouseQuery.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs
index ac13440..207da17 100644
--- a/Dto/service/WarehouseQuery.cs
+++ b/Dto/service/WarehouseQuery.cs
@@ -15,6 +15,11 @@
     public DateTime? date { get; set; }
     public string? Type { get; set; }
 
+    //楠岄��鏉$爜銆佹暟閲�
+    public string? returnBarcode { get; set; }
+    public decimal? returnQuantity { get; set; }
+
+
     //搴撲綅缂栫爜
     public string? DepotCode { get; set; }
 
@@ -35,4 +40,13 @@
 
     public string? itemNo { get; set; }
     public string? message { get; set; }
+    public string? orgid { get; set; }
+    public string? dckw { get; set; }
+    public decimal? dbNum { get; set; }
+    public string? remark { get; set; }
+    public string? drkw { get; set; }
+    //鍏嬮噸
+    public decimal? weight { get; set; }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.3