From 678e995cca52a9072c0a92a805060b4969d1010f Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期一, 23 六月 2025 13:08:43 +0800 Subject: [PATCH] 修改发货通知单 --- MES.Service/Dto/webApi/ErpItems.cs | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs index 547ac41..3ba6814 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; } @@ -27,15 +25,12 @@ 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? FCreateOrgId { get; set; } + public string? FUseOrgId { get; set; } public string? FLOSSPERCENT { get; set; } public string? FMnemonicCode { get; set; } public string? FExpPeriod { get; set; } - - - + public string? FColor { get; set; } } \ No newline at end of file -- Gitblit v1.9.3