From b646b9bee3991eb91fb916a290e5efb33eb5f68c Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期五, 18 四月 2025 19:13:40 +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