fix create func
This commit is contained in:
parent
469a7aa31b
commit
d78391e1ee
1 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,12 @@ export class CreateAuthRoleAttr {
|
|||
|
||||
@Column()
|
||||
attrPrivilege: string;
|
||||
|
||||
@Column("uuid")
|
||||
authRoleId: string;
|
||||
|
||||
@Column("uuid")
|
||||
authSysId: string;
|
||||
}
|
||||
|
||||
export type UpdateAuthRoleAttr = Partial<CreateAuthRoleAttr>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue