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

View File

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