From af5eeb8797d88e142410a9e82e84291355e7c336 Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期三, 02 四月 2025 17:01:57 +0800
Subject: [PATCH] --成套设备曲线增加 --用水当量逻辑改变

---
 BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs b/BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs
index 2766c5c..da283cb 100644
--- a/BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs
+++ b/BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs
@@ -21,5 +21,10 @@
         {
             throw new NotImplementedException();
         }
+
+        public Task<List<UtensilMappingDto>> GetByUtensilIds(List<long> Ids)
+        {
+            throw new NotImplementedException();
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3