From 29c58a44a8f725637e7b18fbfc2dc826ba430561 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 19 九月 2025 23:15:22 +0800 Subject: [PATCH] 1.委外领料申请(未完成) 2.物料分区 --- entity/Base/ItemDetailModel.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/entity/Base/ItemDetailModel.cs b/entity/Base/ItemDetailModel.cs index d31e62c..ab5de75 100644 --- a/entity/Base/ItemDetailModel.cs +++ b/entity/Base/ItemDetailModel.cs @@ -5,6 +5,7 @@ //璋冩嫧鍑哄叆搴撳崟閫氱敤绫� public class ItemDetailModel { + public string ItemId { get; set; } // 鐗╁搧Id public string ItemNo { get; set; } // 鐗╁搧缂栧彿 public string ItemName { get; set; } // 鐗╁搧鍚嶇О public string ItemModel { get; set; } // 鐗╁搧鍨嬪彿 @@ -16,6 +17,7 @@ public decimal? DSQty { get; set; } // 寰呮壂鏁伴噺 public decimal? RQty { get; set; } // 璋冨叆宸叉壂鏁伴噺 public string Pid { get; set; } // 鍏宠仈瀛楁 - public string FMaterialId { get; set; } // 鏉愭枡 ID + public string FMaterialId { get; set; } // 鏉愭枡 + public string DAA001 { get; set; } // 鏉愭枡 ID public string Id { get; set; } // 涓婚敭 ID } \ No newline at end of file -- Gitblit v1.9.3