package com.ruoyi.doublePrevention.service.baseService; import com.ruoyi.doublePrevention.entity.PreventRiskList; public interface PreventRiskListService { /** * @description 根据id获取风险清单 */ PreventRiskList getPreventRiskListById(Long id); }