mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增菜单管理页面
This commit is contained in:
3
src/typings/common.d.ts
vendored
3
src/typings/common.d.ts
vendored
@ -22,4 +22,7 @@ declare namespace CommonType {
|
||||
type RecordNullable<T> = {
|
||||
[K in keyof T]?: T[K] | null;
|
||||
};
|
||||
|
||||
/** The id type */
|
||||
type IdType = string | number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user