fix():完善字典表功能
parent
97dc2cde0e
commit
b7f3be1963
|
@ -15,15 +15,14 @@ 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("/source/dictData")
|
||||
public class DictDataController {
|
||||
|
||||
|
||||
@RequestMapping("/dictData")
|
||||
public class DictDataController {
|
||||
|
||||
@Autowired
|
||||
private DictDataService dictDataService;
|
||||
|
@ -50,4 +49,4 @@ public class DictDataCpntroller {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||
*/
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/dictType")
|
||||
@RequestMapping("/source/dictType")
|
||||
public class DictTypeController {
|
||||
@Autowired
|
||||
private DictTypeService dictTypeService;
|
||||
|
|
Loading…
Reference in New Issue