From fa53abd5d374862c640da5310d0bd1bb641a0d5b Mon Sep 17 00:00:00 2001
From: zyf <1071160500@qq.com>
Date: 星期二, 26 八月 2025 19:15:29 +0800
Subject: [PATCH] 检验查询功能新增、检验根据车间显示单据

---
 MES.Service/Dto/webApi/ErpRohinData.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 8cbe8bc..e0c6931 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -52,4 +52,6 @@
     public string? FDemandType { get; set; }
     public string? FDemandBillNo { get; set; }
     public string? FDemandBillEntrySeq { get; set; }
+    public string? PromiseDate { get; set; }
+    public string? IsNewProduct { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3