fixing
This commit is contained in:
parent
73d45a3d24
commit
0e87c63641
123 changed files with 310 additions and 10280 deletions
|
|
@ -11,4 +11,16 @@ interface FormProfile {
|
|||
organization: string;
|
||||
}
|
||||
|
||||
export type { DataOption, FormProfile };
|
||||
interface RoleData {
|
||||
attrOwnership: string;
|
||||
attrIsCreate: boolean;
|
||||
attrIsList: boolean;
|
||||
attrIsGet: boolean;
|
||||
attrIsUpdate: boolean;
|
||||
attrIsDelete: boolean;
|
||||
attrPrivilege: string;
|
||||
authSysId: string;
|
||||
parentNode: string;
|
||||
}
|
||||
|
||||
export type { DataOption, FormProfile, RoleData };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue