refactor: 权限系统模块重构完成
Former-commit-id: b33078bfbfea309af518cfab41080d0fea819491
This commit is contained in:
2
src/types/api/dept.d.ts
vendored
2
src/types/api/dept.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
* 部门查询参数类型声明
|
||||
*/
|
||||
export interface DeptQueryParam {
|
||||
name: string | undefined;
|
||||
keywords: string | undefined;
|
||||
status: number | undefined;
|
||||
}
|
||||
|
||||
|
||||
2
src/types/api/dict.d.ts
vendored
2
src/types/api/dict.d.ts
vendored
@@ -29,7 +29,7 @@ export type DictPageResult = PageResult<Dict[]>;
|
||||
/**
|
||||
* 字典表单类型声明
|
||||
*/
|
||||
export interface DictFormTypeData {
|
||||
export interface DictTypeFormData {
|
||||
id: number | undefined;
|
||||
name: string;
|
||||
code: string;
|
||||
|
||||
Reference in New Issue
Block a user