From 3a6f7cb36dff0ec99edddbb53078947fcf08a47e Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 19 七月 2025 09:32:15 +0800 Subject: [PATCH] 1.用料清单变更 --- MES.Service/Dto/webApi/ErpProductionOrderDto.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpProductionOrderDto.cs b/MES.Service/Dto/webApi/ErpProductionOrderDto.cs index 0e06c3d..8121ae0 100644 --- a/MES.Service/Dto/webApi/ErpProductionOrderDto.cs +++ b/MES.Service/Dto/webApi/ErpProductionOrderDto.cs @@ -15,6 +15,7 @@ public string? FPlannerID { get; set; } // 璁″垝鍛� public string? FPlanStartDate { get; set; } // 棰勮寮�宸ユ椂闂� public string? FPlanFinishDate { get; set; } // 棰勮瀹屽伐鏃堕棿 + public string? PlanConfirmation{ get; set; } public string? FStockInLimitH { get; set; } // 鍏ュ簱涓婇檺 public string? FStockInLimitL { get; set; } // 鍏ュ簱涓嬮檺 public string? FMTONO { get; set; } // 璁″垝璺熻釜鍙� @@ -33,12 +34,17 @@ public string? FFORCECLOSERID { get; set; } // 缁撴浜� public string? FCloseType { get; set; } // 缁撴绫诲瀷 public string? FDescription { get; set; } // 澶囨敞 - public string? FPPOMID { get; set; } // ERPID + public string? FID { get; set; } // ERPID public string? FSUBENTRYID { get; set; } // ERP鐢熶骇璁㈠崟鍒嗗綍鍐呯爜 public string? FPurOrderNo { get; set; } // 閲囪喘璁㈠崟 public string? FPurOrderEntrySeq { get; set; } // 閲囪喘璁㈠崟琛屽彿 public string? FBaseStockInQty { get; set; } // 鍏ュ簱鏁伴噺 public string? FBaseNoStockInQty { get; set; } // 鏈叆搴撴暟閲� + public string? FInStockOwnerId { get; set; } // 鍏ュ簱璐т富 + public string? FReqSrc { get; set; } //闇�姹傛潵婧� + public string? SrcSplitSeq { get; set; } //婧愭媶鍒嗚鍗曡鍙� + public string? TypeA { get; set; } //鍗曟嵁鐘舵�� + // public string? FSUPPLIERID { get; set; } // 渚涘簲鍟咺D } \ No newline at end of file -- Gitblit v1.9.3