From c1c47f14ef55f4e403f8bf39369d840d9f8bcadc Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期四, 23 一月 2025 20:48:16 +0800
Subject: [PATCH] 更正物料和物料类型接口

---
 StandardPda/MES.Service/Dto/webApi/ErpProductionOrderDto.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpProductionOrderDto.cs b/StandardPda/MES.Service/Dto/webApi/ErpProductionOrderDto.cs
index c644ff6..0b5f3e0 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpProductionOrderDto.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpProductionOrderDto.cs
@@ -15,12 +15,14 @@
     public string? FPlannerID { get; set; } // 璁″垝鍛�
     public string? FPlanStartDate { get; set; } // 棰勮寮�宸ユ椂闂�
     public string? FPlanFinishDate { get; set; } // 棰勮瀹屽伐鏃堕棿
-    public string? PlanConfirmation{ get; set; } // 璁″垝纭鏃堕棿
+    public string? PlanConfirmation { get; set; } // 璁″垝纭鏃堕棿
     public string? FStockInLimitH { get; set; } // 鍏ュ簱涓婇檺
     public string? FStockInLimitL { get; set; } // 鍏ュ簱涓嬮檺
     public string? FMTONO { get; set; } // 璁″垝璺熻釜鍙�
     public string? FLot { get; set; } // 鎵瑰彿
+
     public string? FBomId { get; set; } // BOM鐗堟
+
     //public string? F_UNW_XSDDH { get; set; } // 閿�鍞鍗曞彿
     public string? FCreateType { get; set; } // 鐢熸垚鏂瑰紡
     public string? FSUBID { get; set; } // ERP鐢熶骇璁㈠崟ID
@@ -45,6 +47,7 @@
     public string? FBaseNoStockInQty { get; set; } // 鏈叆搴撴暟閲�
 
     public string? FInStockOwnerId { get; set; } // 鍏ュ簱璐т富
+
     //public string? FReqSrc { get; set; }
     public string? TypeA { get; set; }
 

--
Gitblit v1.9.3