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/ErpRohinData.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs index 70cd6a6..8d3684a 100644 --- a/MES.Service/Dto/webApi/ErpRohinData.cs +++ b/MES.Service/Dto/webApi/ErpRohinData.cs @@ -5,20 +5,22 @@ public string id { get; set; } public string Eid { get; set; } public string? FBillNo { get; set; } - public string? F_UNW_Text_xsddh { get; set; } + public string? FDEMANDBILLNO { get; set; } + public string? FSEQ { get; set; } public string? FMaterialId { get; set; } - public string? FMaterialName { get; set; } - public string? FModel { get; set; } public string? FUnitId { get; set; } public string? FQty { get; set; } public string? FStockUnitID { get; set; } - public string? FPriceUnitId { get; set; } - public string? FPriceUnitQty { get; set; } public string? FDeliveryDate { get; set; } public string? FDeliveryEarlyDate { get; set; } public string? FDeliveryLastDate { get; set; } + public string? FRequireOrgId { get; set; } + public string? FRequireDeptId { get; set; } + public string? FReceiveOrgId { get; set; } + public string? FReceiveDeptId { get; set; } + public string? FSETTLEORGID { get; set; } public string? FGiveAway { get; set; } - public string? FEntryNote { get; set; } + public string? Fnote { get; set; } public string? FSupMatId { get; set; } public string? FSupMatName { get; set; } public string? FSUBREQBILLNO { get; set; } @@ -43,10 +45,8 @@ public string? FMtoNo { get; set; } public string? FChangeFlag { get; set; } public string? FDEMANDTYPE { get; set; } - public string? FDEMANDBILLNO { get; set; } + //public string? FDEMANDBILLNO { get; set; } public string? FDEMANDBILLENTRYSEQ { get; set; } - public string? PurchaseOrderLineNumber { get; set; } - public string? Demand { get; set; } - public string? Receiving { get; set; } - public string? Settlement { get; set; } + public string? fentryid { get; set; } + } \ No newline at end of file -- Gitblit v1.9.3