From 372d77eb2d8932a58da206965b30d9aca72fe15b Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 15 八月 2024 10:05:00 +0800 Subject: [PATCH] aa --- MES.Service/Dto/service/WarehouseQuery.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/service/WarehouseQuery.cs b/MES.Service/Dto/service/WarehouseQuery.cs index 1df3b92..b3f0734 100644 --- a/MES.Service/Dto/service/WarehouseQuery.cs +++ b/MES.Service/Dto/service/WarehouseQuery.cs @@ -7,4 +7,20 @@ public decimal? id { get; set; } public decimal[]? ItemArnDetailIds { get; set; } + + public string? itemInId { get; set; } + + public string? sectionCode { get; set; } + public string? barcode { get; set; } + public string? userName { get; set; } + public string? billNo { get; set; } + 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