From fbb0bc175c8788f2f6ce4202d2630b01506bff80 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期五, 13 六月 2025 11:40:36 +0800 Subject: [PATCH] 发货通知单新增客户编码和客户名称。生产订单添加含税单价 --- MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs b/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs index 073e6b6..59c7476 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; } // 婧愬崟绫诲瀷 @@ -46,5 +39,7 @@ public string? FXSHTH { get; set; } // 閿�鍞鍗曞彿 public string? F_ZJXF_TEXT_QTR_LEE { get; set; } // 瀹㈡埛璁㈠崟鍙� public string? FXSHTBH { get; set; } // 閿�鍞悎鍚岀紪鍙� + public string? F_KHWLMC { get; set; } // 瀹㈡埛鐗╂枡鍚嶇О + public string? F_KHWLBM { get; set; } // 瀹㈡埛鐗╂枡缂栫爜 } \ No newline at end of file -- Gitblit v1.9.3