From e749bf256738008aa9283c3f8ac4241b374191a0 Mon Sep 17 00:00:00 2001 From: 展杰 <1240968267@qq.com> Date: 星期三, 07 八月 2024 10:56:19 +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