fix():完善字典表功能
parent
97dc2cde0e
commit
b7f3be1963
|
@ -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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue