From 0fa636c14dbd6fa55aeae48c4d8d76c1468dd919 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 10 Nov 2022 16:18:24 +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