From f396186d5ba5f0c1f2b2a86f410dd4c756a1f51a Mon Sep 17 00:00:00 2001
From: wangmengzhao <1036088376@qq.com>
Date: 星期二, 21 十一月 2023 23:41:58 +0800
Subject: [PATCH] 设备维修单的功能实现,对超级管理员对安装单和维修单的数据操作做了限制,新添加了description维修描述字段,对应的类做了添加20231121wmz
---
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java
index f460d33..5573f53 100644
--- a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java
+++ b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java
@@ -43,19 +43,20 @@
/**
* 鏌ヨ鎬昏澶囨暟锛堝彴锛�
*
+ * @param id
* @return
* @throws Exception
*/
- public int selectDeviceCount(String tenantName)throws Exception;
+ public int selectDeviceCount(int id) throws Exception;
/**
* 鏍规嵁鐧诲綍鐢ㄦ埛鐨刬d鏌ヨ璁惧鐨勪娇鐢ㄤ汉鏁�
*
- * @param tenantName
+ * @param id
* @return
* @throws Exception
*/
- public int selectUserDeviceByCount(String tenantName) throws Exception;
+ public int selectUserDeviceByCount(int id) throws Exception;
/**
* 鏍规嵁璁惧缂栧彿鏌ヨ绠�浠嬭澶�
--
Gitblit v1.8.0