From ae6bbf378b56b3a583527c546f8050b9813c1d1b Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 13 三月 2025 14:38:54 +0800
Subject: [PATCH] 1.生产入库数据源优化

---
 entity/ItemDetailModel.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/entity/MesDbModel.cs b/entity/ItemDetailModel.cs
similarity index 84%
rename from entity/MesDbModel.cs
rename to entity/ItemDetailModel.cs
index 79ced70..ff3ac10 100644
--- a/entity/MesDbModel.cs
+++ b/entity/ItemDetailModel.cs
@@ -10,6 +10,10 @@
     public string ItemModel { get; set; } // 鐗╁搧鍨嬪彿
     public decimal? FQty { get; set; } // 鐢宠鏁伴噺
     public decimal? SQty { get; set; } // 璋冨嚭宸叉壂鏁伴噺
+
+    public string? RecoKw { get; set; } // 鎺ㄨ崘搴撲綅
+
+    public decimal? DSQty { get; set; } // 寰呮壂鏁伴噺
     public decimal? RQty { get; set; } // 璋冨叆宸叉壂鏁伴噺
     public string Pid { get; set; } // 鍏宠仈瀛楁
     public string FMaterialId { get; set; } // 鏉愭枡 ID

--
Gitblit v1.9.3