From 21eaaa8218e1389babb60d75e6870659abed992e Mon Sep 17 00:00:00 2001 From: 如洲 陈 <1278080563@qq.com> Date: 星期二, 24 六月 2025 17:01:33 +0800 Subject: [PATCH] 增加ERP删除任务单后删除工单 --- 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