From 93b2ce5475d7a82375fea8acd921bf01dcdd39da Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 03 九月 2025 09:29:07 +0800
Subject: [PATCH] 补料增加查询条件

---
 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