From 641458e41533d10a5c5e12c2c715ab8d7d0f2b45 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 21 八月 2024 16:40:20 +0800 Subject: [PATCH] 更正 --- MES.Service/Dto/webApi/ErpItems.cs | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs index ca68e49..547ac41 100644 --- a/MES.Service/Dto/webApi/ErpItems.cs +++ b/MES.Service/Dto/webApi/ErpItems.cs @@ -12,7 +12,9 @@ public double? FMaxStock { get; set; } public double? FMinPackCount { get; set; } public string? FStockId { get; set; } - public string? PPBOM00019124 { get; set; } + /// <summary> + //public string? PPBOM00019124 { get; set; } + /// </summary> public string? FMaterialGroup { get; set; } public string? FDescription { get; set; } public decimal? FFinishReceiptOverRate { get; set; } @@ -25,7 +27,15 @@ public string? FForbidStatus { get; set; } public string? FErpClsID { get; set; } public string? FWorkShopId { get; set; } - + public string? FPRODUCEUNITID { get; set; } public string? FSUBCONUNITID { get; set; } + public string? Fumbrella { get; set; } + public string? FSubsidiary { get; set; } + public string? FLOSSPERCENT { get; set; } + public string? FMnemonicCode { get; set; } + public string? FExpPeriod { get; set; } + + + } \ No newline at end of file -- Gitblit v1.9.3