| 12345678910111213141516171819 |
- package com.zd.security.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 检查配置表 前端控制器
- * </p>
- *
- * @author cyl
- * @since 2023-04-19
- */
- @RestController
- @RequestMapping("/checkSet")
- public class CheckSetController {
- }
|