From 335095c9fdb8bc93340feb72397befc9ea10c890 Mon Sep 17 00:00:00 2001 From: crz <1278080563@qq.com> Date: 星期二, 11 三月 2025 08:51:13 +0800 Subject: [PATCH] 补充字段 --- MES.Service/Dto/webApi/ErpDETAIL.cs | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpDETAIL.cs b/MES.Service/Dto/webApi/ErpDETAIL.cs index 8570d33..210fd77 100644 --- a/MES.Service/Dto/webApi/ErpDETAIL.cs +++ b/MES.Service/Dto/webApi/ErpDETAIL.cs @@ -9,17 +9,32 @@ public class ErpDETAIL { public string ? F_UNW_Text_xsddh { get; set; } - public string? LineNumber { get; set; } + public string? FOrderNumber { get; set; } + //public string? LineNumber { get; set; } + public string? FOrderType { get; set; } + /*ProductCode FMaterialId*/ public string ? FMaterialId { get; set;} public string ? FMaterialName { get; set;} public string ? FMaterialModel { get; set;} + public string? FWarehouse { get; set; } public string ? FMinPlanDeliveryDate { get; set;} - public string ? FQty { get; set;} + public decimal? FQty { get; set;} public string ? FUnitID { get; set;} - public string ? FPrice { get; set;} - public string ? FAmount { get; set;} - public string ? FDeliCommitQty { get; set;} + public decimal? FGiftQuantity { get; set; } + public decimal? FDeliveredGiftQuantity { get; set; } + public decimal? FUnsettledBorrowedQty { get; set; } + //public string? FConfigurationMode { get; set; } + public string? FConfigurationPlan { get; set; } + public decimal? FDeliCommitQty { get; set;} + + public string FIsClosed { get; set; } public string ? FEntryNote { get; set;} + public string? FDeviceModel { get; set; } + + public string? FCustomerProductId { get; set; } + public string? FCustomerProductName { get; set; } + public string? FCustomerSpec { get; set; } + public string? FCustomerOrderId { get; set; } -- Gitblit v1.9.3