mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复问题
This commit is contained in:
2
src/typings/api/system.api.d.ts
vendored
2
src/typings/api/system.api.d.ts
vendored
@ -570,7 +570,7 @@ declare namespace Api {
|
||||
/** 备注 */
|
||||
remark: string;
|
||||
/** 菜单树选择项是否关联显示 */
|
||||
menuCheckStrictly: number;
|
||||
menuCheckStrictly: boolean;
|
||||
/** 状态(0正常 1停用) */
|
||||
status: string;
|
||||
/** 删除标志(0代表存在 1代表删除) */
|
||||
|
Reference in New Issue
Block a user