| | |
| | | |
| | | import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure; |
| | | import com.ruoyi.doublePrevention.entity.dto.req.*; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskControlMeasurePageQueryRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskControlMeasureRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskEventRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskMeasureTemplatesListQueryRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.*; |
| | | import com.ruoyi.doublePrevention.service.RiskService; |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import org.apache.tomcat.util.net.openssl.ciphers.Authentication; |
| | |
| | | return riskService.listMeasureTemplates(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 管控措施-不分页查询 |
| | | */ |
| | | @PostMapping("/select/listRiskControlMeasure") |
| | | public ResultVO<List<PreventRiskControlMeasureListQueryRespDTO>> listRiskControlMeasure() { |
| | | return riskService.listRiskControlMeasure(); |
| | | } |
| | | |
| | | } |