From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 22 一月 2025 13:38:52 +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