From 8e47218fc2098d6fda1c7e258164b73a0d67fbed Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 05 三月 2025 10:27:48 +0800 Subject: [PATCH] 1.其他出库优化 2.委外退料单新增dabid 3.其他入库新增dabid --- 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