| | |
| | | package cn.flightfeather.supervision.lightshare.web |
| | | |
| | | import cn.flightfeather.supervision.config.IgnoreResponseAdvice |
| | | import cn.flightfeather.supervision.domain.ds1.entity.Problemtype |
| | | import cn.flightfeather.supervision.lightshare.service.ProblemtypeService |
| | | import io.swagger.annotations.Api |
| | |
| | | |
| | | @Api(tags = ["ProblemtypeController"], description = "监管问题类别API接口") |
| | | @RestController |
| | | @IgnoreResponseAdvice |
| | | @RequestMapping("/problemtype") |
| | | class ProblemtypeController (val problemtypeService: ProblemtypeService) { |
| | | @GetMapping |