From 015fdf74f2072de8c1776818721cff861ae6e5f3 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期一, 15 九月 2025 16:39:50 +0800
Subject: [PATCH] 修改委外订单

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

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 91bb37d..cf240d6 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -20,9 +20,9 @@
     public string? FRequireDeptId { get; set; }
     public string? FReceiveOrgId { get; set; }
     public string? FReceiveDeptId { get; set; }
-    public string? FSETTLEORGID { get; set; }
+    //public string? FSETTLEORGID { get; set; }
     public string? FGiveAway { get; set; }
-    public string? Fnote { get; set; }
+    //public string? Fnote { get; set; }
     public string? FEntryNote { get; set; }
     public string? FSupMatId { get; set; }
     public string? FSupMatName { get; set; }
@@ -51,7 +51,7 @@
 
     public string? FDEMANDTYPE { get; set; }
     public string? FDEMANDBILLENTRYSEQ { get; set; }
-    public string? SalesOrderId { get; set; }
-    public string? OrderLineId { get; set; }
-    
+    //public string? SalesOrderId { get; set; }
+    //public string? OrderLineId { get; set; }
+    public string? FSUBREQENTRYID { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3