From ca835dc991b53a63971d1f811c3b7de2793b7b8f Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 27 十一月 2024 23:12:14 +0800 Subject: [PATCH] 1 --- Dto/service/WarehouseQuery.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs index 24a77db..cf21cc1 100644 --- a/Dto/service/WarehouseQuery.cs +++ b/Dto/service/WarehouseQuery.cs @@ -19,6 +19,7 @@ public string? Type { get; set; } public string? DepotCode { get; set; } public string? SuppNo { get; set; } + public string? SuppId { get; set; } public string? Factory { get; set; } -- Gitblit v1.9.3