From fd8a1399090dd3a57b557a7c8d270362397bc21f Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期六, 20 九月 2025 16:45:04 +0800 Subject: [PATCH] 报工修改 --- Dto/service/WarehouseQuery.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs index 03dc403..32dc00d 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; } @@ -37,5 +39,4 @@ public string? message { get; set; } public string? cgrkType { get; set; } public string? hbNo { get; set; } //鍚堝苟鍗曞彿 - } \ No newline at end of file -- Gitblit v1.9.3