From cb73f52a96897b9fb77a0faadc12aed395e55c85 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 11 十二月 2025 14:29:43 +0800
Subject: [PATCH] 挪蓝宝委外(补充)
---
Dto/service/WarehouseQuery.cs | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs
index 03dc403..f4c4f5f 100644
--- a/Dto/service/WarehouseQuery.cs
+++ b/Dto/service/WarehouseQuery.cs
@@ -6,7 +6,9 @@
{
public string? blNo { get; set; } //琛ユ枡鍗曞彿
public string? id { get; set; }
+
public string? sectionCode { get; set; }
+
//鏉$爜缂栧彿
public string? barcode { get; set; }
public string? userName { get; set; }
@@ -14,6 +16,11 @@
public short? status { get; set; }
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 +42,16 @@
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; }
+
public string? cgrkType { get; set; }
public string? hbNo { get; set; } //鍚堝苟鍗曞彿
-
}
\ No newline at end of file
--
Gitblit v1.9.3