From f5a5d5f2c721b53ef3b8db6faa437911013142f3 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 15 八月 2024 19:03:30 +0800 Subject: [PATCH] 调拨入库 --- MES.Service/Dto/service/WarehouseQuery.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/service/WarehouseQuery.cs b/MES.Service/Dto/service/WarehouseQuery.cs index 7e019e6..05428f2 100644 --- a/MES.Service/Dto/service/WarehouseQuery.cs +++ b/MES.Service/Dto/service/WarehouseQuery.cs @@ -17,4 +17,10 @@ public short? status { get; set; } public DateTime? date { get; set; } public string? Type { get; set; } + public string? DepotCode { get; set; } + public string? SuppNo { get; set; } + + public string Factory { get; set; } + + public string Company { get; set; } } \ No newline at end of file -- Gitblit v1.9.3