From ca33b95428287bb09c16fe160657e332839b26b7 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 15 八月 2024 15:03:11 +0800 Subject: [PATCH] 调拨出库单查询 --- 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..05428f2 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