From 7ee2e58c300374a15c212f9145ba9d762d64e0e6 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期六, 20 十二月 2025 15:58:11 +0800
Subject: [PATCH] 1.新增MES_PROJECT.cs
---
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