From c846eaf61febfeba340213ee2d692182ea0ccb90 Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期四, 29 五月 2025 18:40:53 +0800 Subject: [PATCH] 11 --- MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs b/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs index 60c9165..19b2b24 100644 --- a/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs +++ b/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs @@ -3,10 +3,7 @@ public class ErpSalesDeliveryDetailDto { public string? Type { get; set; } - public string? F_UNW_Text_xsddh { get; set; } // 閿�鍞鍗曞彿 public string? FMaterialId { get; set; } // 鐗╂枡缂栫爜 - //public string? FMaterialName { get; set; } // 鐗╂枡鍚嶇О - //public string? FMaterialModel { get; set; } // 瑙勬牸鍨嬪彿 public string? FUnitID { get; set; } // 閿�鍞崟浣� public string? FQty { get; set; } // 閿�鍞暟閲� public string? FIsFree { get; set; } // 鏄惁璧犲搧 @@ -14,12 +11,8 @@ public string? FStockId { get; set; } // 浠撳簱 public string? FMtoNo { get; set; } // 璁″垝璺熻釜鍙� public string? FLot { get; set; } // 鎵瑰彿 - //public string? FEntryDescription { get; set; } // 澶囨敞 - //public string? FRmType { get; set; } // 閫�璐х被鍨� - public string? F_UNW_Base_GDY { get; set; } // 璺熷崟鍛� public string? FStockUnitID { get; set; } // 搴撳瓨鍗曚綅 public decimal? FStockQty { get; set; } // 搴撳瓨鏁伴噺 - // public string? FMaterialType { get; set; } // 鐗╂枡绫诲埆 public string? FOwnerTypeID { get; set; } // 璐т富绫诲瀷 public string? FOwnerId { get; set; } // 璐т富 public string? FSrcType { get; set; } // 婧愬崟绫诲瀷 @@ -43,4 +36,8 @@ public string? ErpID { get; set; } // ERPID public string? EHID { get; set; } // ERP澶碔D + public string? FXSHTH { get; set; } // 閿�鍞鍗曞彿 + public string? F_ZJXF_TEXT_QTR_LEE { get; set; } // 瀹㈡埛璁㈠崟鍙� + public string? FXSHTBH { get; set; } // 閿�鍞悎鍚岀紪鍙� + } \ No newline at end of file -- Gitblit v1.9.3