NorthLan 6 лет назад
Родитель
Сommit
f699bc3d16

+ 1 - 0
zen-web/src/main/kotlin/com/gxzc/zen/web/sys/controller/TestController.kt

@@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.RestController
 class TestController : BaseController() {
     @GetMapping("a")
     fun get(): ResponseEntity<*> {
+        
         return ResponseEntity.ok(SysDictUtil.getAll())
     }
 }