From 8c1d92cab74656e84275cd0155d4157c2a52d1d5 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期五, 07 十一月 2025 14:09:38 +0800
Subject: [PATCH] 增加一键调拨拆分后端
---
Dto/service/WarehouseQuery.cs | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs
index 03dc403..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,7 +40,13 @@
public string? itemNo { get; set; }
public string? message { get; set; }
- public string? cgrkType { get; set; }
- public string? hbNo { 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