From 9e28913626d14082f2b6a9589c4585935c297667 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 27 八月 2025 08:53:45 +0800
Subject: [PATCH] 11

---
 StandardPda/MES.Service/service/BasicData/MesRohInManager.cs |    1 +
 StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs               |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
index 06810ab..3002dc3 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -34,6 +34,7 @@
     public string? FCancelStatus { get; set; }
 
     public string? ZzpoNo { get; set; }
+    public string? Ywlx { get; set; }
     // public string? FCancellerId { get; set; }
     // public string? FCancelDate { get; set; }
 }
\ No newline at end of file
diff --git a/StandardPda/MES.Service/service/BasicData/MesRohInManager.cs b/StandardPda/MES.Service/service/BasicData/MesRohInManager.cs
index 42e2b20..bc45c4b 100644
--- a/StandardPda/MES.Service/service/BasicData/MesRohInManager.cs
+++ b/StandardPda/MES.Service/service/BasicData/MesRohInManager.cs
@@ -143,6 +143,7 @@
         mesRohIn.PrivateDescSeg1 = rohIn.PrivateDescSeg1;
         mesRohIn.Version = rohIn.FVersion;
         mesRohIn.ZzpoNo = rohIn.ZzpoNo;
+        mesRohIn.Remark1 = rohIn.Ywlx;
 
         //浣滃簾鐨勭浉鍏冲瓧娈�
         mesRohIn.CancellationStatus = rohIn.FCancelStatus;

--
Gitblit v1.9.3