kongzy
2023-09-22 d2313541c965b7710d72bb29a7e2eefe016c4ea9
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskControlTemplateService.java
@@ -13,4 +13,8 @@
     */
    List<PreventRiskControlTemplate> listMeasureTemplates();
    /**
     * 管控措施- 获取管控措施模板 - by id
     */
    PreventRiskControlTemplate getControlTemplateById(Byte classify2);
}