From 4f0cb973a7db26a9e65247033a95d9a8b3380d4b Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 29 十月 2024 17:26:37 +0800 Subject: [PATCH] 基础信息和采购订单接口更新 --- MES.Service/Dto/webApi/ErpRohinData.cs | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs index 796d177..4a6d0ab 100644 --- a/MES.Service/Dto/webApi/ErpRohinData.cs +++ b/MES.Service/Dto/webApi/ErpRohinData.cs @@ -11,6 +11,8 @@ 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; } @@ -21,6 +23,7 @@ public string? FSETTLEORGID { get; set; } public string? FGiveAway { get; set; } public string? Fnote { get; set; } + public string? FEntryNote { get; set; } public string? FSupMatId { get; set; } public string? FSupMatName { get; set; } public string? FSUBREQBILLNO { get; set; } @@ -48,17 +51,5 @@ public string? FDEMANDTYPE { get; set; } - //public string? FDEMANDBILLNO { get; set; } public string? FDEMANDBILLENTRYSEQ { get; set; } - // public string? fentryid { get; set; } - - public string? F_XIFG_Text_k79 { get; set; } - public string? FPREARRIVALDATE { get; set; } - public string? F_XIFG_Text_ne1 { get; set; } - public string? F_XIFG_Text_6oq { get; set; } - public string? F_XIFG_Base_c1c { get; set; } - public string? F_XIFG_Text_qtr4 { get; set; } - public string? FdemandbillnoLine { get; set; } - public string? ElectricalProductModel { get; set; } - public string? ElectricalProductName { get; set; } } \ No newline at end of file -- Gitblit v1.9.3