forked from wangziqi/gongxue-base
fix permissions and teacher attendance workflows
This commit is contained in:
@@ -18,6 +18,9 @@ export class Role {
|
||||
@Column({ type: 'varchar', length: 30, unique: true })
|
||||
name: string;
|
||||
|
||||
@Column({ type: 'varchar', length: 30, unique: true, nullable: true })
|
||||
code: string;
|
||||
|
||||
@Column({ type: 'varchar', length: 200, nullable: true })
|
||||
description: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user