mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(tenant-package): 新增租户套餐管理功能
This commit is contained in:
8
src/typings/api/system.api.d.ts
vendored
8
src/typings/api/system.api.d.ts
vendored
@ -68,7 +68,11 @@ declare namespace Api {
|
||||
checkedKeys: CommonType.IdType[];
|
||||
menus: MenuList;
|
||||
}>;
|
||||
|
||||
/** teannt-package menu tree select */
|
||||
type TenantPackageMenuTreeSelect = Common.CommonRecord<{
|
||||
checkedKeys: CommonType.IdType[];
|
||||
menus: MenuList;
|
||||
}>;
|
||||
/** role dept tree select */
|
||||
type RoleDeptTreeSelect = Common.CommonRecord<{
|
||||
checkedKeys: CommonType.IdType[];
|
||||
@ -562,7 +566,7 @@ declare namespace Api {
|
||||
/** 套餐名称 */
|
||||
packageName: string;
|
||||
/** 关联菜单id */
|
||||
menuIds: CommonType.IdType;
|
||||
menuIds: CommonType.IdType[];
|
||||
/** 备注 */
|
||||
remark: string;
|
||||
/** 菜单树选择项是否关联显示 */
|
||||
|
Reference in New Issue
Block a user