REVIEW 代码生成

This commit is contained in:
YunaiV
2023-03-29 22:38:19 +08:00
parent e6dac1ebda
commit 98afdfc040
5 changed files with 29 additions and 47 deletions

View File

@ -10,7 +10,7 @@ export type DictTypeVO = {
}
// 查询字典(精简)列表
export const listSimpleDictType = () => {
export const getSimpleDictTypeList = () => {
return request.get({ url: '/system/dict-type/list-all-simple' })
}