From ffda0baad362ac0b72caae668e2ca229eea2bbe2 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期三, 16 七月 2025 15:11:06 +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