From c3a050007846b015c11ec53db980831d23e7c3f8 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 12 九月 2024 14:08:54 +0800 Subject: [PATCH] 基础资料接口部分实体与erp的对照增加Type字段的赋值,防止根据type分组时报错 --- MES.Service/Dto/webApi/ErpItems.cs | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs index 547ac41..e2b3a76 100644 --- a/MES.Service/Dto/webApi/ErpItems.cs +++ b/MES.Service/Dto/webApi/ErpItems.cs @@ -12,9 +12,7 @@ public double? FMaxStock { get; set; } public double? FMinPackCount { get; set; } public string? FStockId { get; set; } - /// <summary> - //public string? PPBOM00019124 { get; set; } - /// </summary> + public string? PPBOM00019124 { get; set; } public string? FMaterialGroup { get; set; } public string? FDescription { get; set; } public decimal? FFinishReceiptOverRate { get; set; } @@ -30,12 +28,4 @@ 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