From 9b6d6f7f6b89c80edbef8da32feb0cf504a7c523 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 27 十一月 2024 22:38:53 +0800 Subject: [PATCH] 采购退料 --- 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