From 7bd3f5d3a986a45095728e0a9745bdf0d099d77a Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 30 七月 2025 08:36:39 +0800 Subject: [PATCH] 1.IPQC巡检单查询范围为当前时段的巡检单 --- Dto/service/Material.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Dto/service/Material.cs b/Dto/service/Material.cs index eca3b72..fbdf223 100644 --- a/Dto/service/Material.cs +++ b/Dto/service/Material.cs @@ -3,10 +3,18 @@ public class Material { public string? FMaterialId { get; set; } + public string? FUintId { get; set; } + public decimal? FActReceiveQty { get; set; } public string? FStockId { get; set; } - public string? FsrcEntryId { get; set; } + public DateTime? FPreDeliveryDate { get; set; } + public Guid? F_MES_ENTRYID { get; set; } + public Guid? FSRCENTRYGuid { get; set; } public string? FLot { get; set; } + public string? FRMREALQTY { get; set; } + public string? FUINT { get; set; } + + public string? FsrcEntryId { get; set; } public string? FRealQty { get; set; } -- Gitblit v1.9.3