From 411ebc3c0a2b457bc5eb61443c549b6142a60ff6 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期六, 19 四月 2025 08:16:13 +0800
Subject: [PATCH] 1.采购入库取消检验结果校验 2.新增ipqc查询

---
 Dto/service/Material.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Dto/service/Material.cs b/Dto/service/Material.cs
index 28f198b..fbdf223 100644
--- a/Dto/service/Material.cs
+++ b/Dto/service/Material.cs
@@ -6,11 +6,15 @@
     public string? FUintId { get; set; }
     public decimal? FActReceiveQty { get; set; }
     public string? FStockId { get; set; }
-
     public DateTime? FPreDeliveryDate { get; set; }
-    public string? FsrcEntryId { 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