From 63d047db30e03608479ab3d340e925bc3366357c Mon Sep 17 00:00:00 2001
From: huawei <huawei@2214094776>
Date: 星期六, 20 十二月 2025 09:11:45 +0800
Subject: [PATCH] 看板模块
---
Dto/service/WarehouseQuery.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs
index 207da17..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; }
@@ -44,9 +46,12 @@
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