src/main/kotlin/cn/flightfeather/supervision/lightshare/web/GittypeController.kt
@@ -1,5 +1,6 @@
package cn.flightfeather.supervision.lightshare.web
import cn.flightfeather.supervision.config.IgnoreResponseAdvice
import cn.flightfeather.supervision.domain.ds1.entity.Gittype
import cn.flightfeather.supervision.lightshare.service.GittypeService
import io.swagger.annotations.Api
@@ -7,6 +8,7 @@
@Api(tags = ["GittypeController"], description = "技防措施类型API接口")
@RestController
@IgnoreResponseAdvice
@RequestMapping("/gittype")
class GittypeController (val gittypeService: GittypeService){
    @GetMapping