fix():完善字典表功能

ruoyi_test
sunshine7058 2024-04-28 09:57:34 +08:00
parent 97dc2cde0e
commit b7f3be1963
2 changed files with 6 additions and 7 deletions

View File

@ -15,15 +15,14 @@ import org.springframework.web.bind.annotation.RestController;
* *
* *
* @author HuFangMing * @author HuFangMing
* @ClassName: DictDataCpntroller * @ClassName: DictDataController
* @createTime: 2024/4/26 16:36 * @createTime: 2024/4/26 16:36
*/ */
@RestController @RestController
@RequestMapping("/dictData") @RequestMapping("/source/dictData")
public class DictDataCpntroller { public class DictDataController {
@RequestMapping("/dictData")
public class DictDataController {
@Autowired @Autowired
private DictDataService dictDataService; private DictDataService dictDataService;
@ -50,4 +49,4 @@ public class DictDataCpntroller {
} }
} }
}

View File

@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
*/ */
@RestController @RestController
@RequestMapping("/dictType") @RequestMapping("/source/dictType")
public class DictTypeController { public class DictTypeController {
@Autowired @Autowired
private DictTypeService dictTypeService; private DictTypeService dictTypeService;