|
|
@ -164,6 +164,15 @@ public class SysDictDataController { |
|
|
|
return new Result<List<DictListResultDTO>>().ok(sysDictDataService.dictList(formDTO.getDictType())); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 字典数据查询通用接口 移丰 |
|
|
|
* @Author sun |
|
|
|
*/ |
|
|
|
@PostMapping("yifengScreen/dictlist") |
|
|
|
public Result<List<DictListResultDTO>> dictListYF(@RequestBody DictListFormDTO formDTO) { |
|
|
|
return new Result<List<DictListResultDTO>>().ok(sysDictDataService.dictList(formDTO.getDictType())); |
|
|
|
} |
|
|
|
/** |
|
|
|
* @Description 字典数据查询通用接口 |
|
|
|
* @Author sun |
|
|
|