mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-06 00:07:34 +00:00
修改字典下拉带查找功能
This commit is contained in:
@@ -31,6 +31,14 @@ public class SysDictTypeController extends BaseController {
|
||||
|
||||
private final ISysDictTypeService dictTypeService;
|
||||
|
||||
/**
|
||||
* 查询所有字典类型列表
|
||||
*/
|
||||
|
||||
@GetMapping("/all")
|
||||
public TableDataInfo<SysDictTypeVo> all(SysDictTypeBo dictType, PageQuery pageQuery) {
|
||||
return dictTypeService.selectAll(dictType);
|
||||
}
|
||||
/**
|
||||
* 查询字典类型列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user