From 6e2da2f853a635d03b0c184108e0b8dd86eec646 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 27 三月 2023 13:56:12 +0800
Subject: [PATCH] 添加页面
---
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
index d9bb898..a155625 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
@@ -13,5 +13,8 @@
* 管控措施- 获取管控措施模板
*/
List<PreventRiskControlTemplate> listMeasureTemplates();
-
+ /**
+ * 管控措施- 获取管控措施模板 - by id
+ */
+ PreventRiskControlTemplate getControlTemplateById(Byte classify2);
}
--
Gitblit v1.9.2