From 36ab7c36a3a8d40568dfaced7531744b8d63e03e Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期四, 15 九月 2022 09:48:30 +0800 Subject: [PATCH] 管控措施嵌入基础清单 --- src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskUnitUuidRepository.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskUnitUuidRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskUnitUuidRepository.java index 3afe3a2..19a2af2 100644 --- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskUnitUuidRepository.java +++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskUnitUuidRepository.java @@ -10,4 +10,8 @@ * 为设施设备清单附属表添加uuid * */ int insertUuid(PreventRiskUnitUuid riskUnitUuid); + /** + * 通过id获取uuid + * */ + PreventRiskUnitUuid getRiskUnitUuidById(Long id); } -- Gitblit v1.9.2