| | |
| | | import com.ruoyi.common.utils.security.ShiroUtils; |
| | | import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskCheckUnitRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskUnitCodeAndNameListQueryRespDTO; |
| | | import com.ruoyi.doublePrevention.service.RiskService; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Log; |
| | | import com.ruoyi.framework.aspectj.lang.enums.BusinessType; |
| | |
| | | public class RiskListController extends BaseController { |
| | | private String prefix = "tr/riskList"; |
| | | |
| | | |
| | | |
| | | @Autowired |
| | | private IRiskListService riskListService; |
| | | @Autowired |