package com.ruoyi.doublePrevention.repository; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface PreventRiskControlTemplateRepository{ }