| MES.Service/Dto/webApi/ErpItems.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| MES.Service/service/BasicData/MesItemsManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
MES.Service/Dto/webApi/ErpItems.cs
@@ -38,4 +38,5 @@ public string? Reviewperiod { get; set; } public string? FLeadDays { get; set; } public string? FRemark5 { get; set; } public string? PPBOM00019124 { get; set; }//物料分类编号 } MES.Service/service/BasicData/MesItemsManager.cs
@@ -133,6 +133,7 @@ ItemNo = item.FNumber, ItemName = item.FName, ItemModel = item.FSpecification, Ppbom00019124= item.PPBOM00019124, ItemUnit = item.FBaseUnitId,//物料基本单位编码转ID Lowlimit = Convert.ToDouble(item.FSafeStock), Highlimit = Convert.ToDouble(item.FMaxStock),