permission (.NET)

This commit is contained in:
Bright 2024-08-14 17:27:11 +07:00
parent 53787597fd
commit 46e37a3451
3 changed files with 25 additions and 4 deletions

View file

@ -45,7 +45,7 @@ export class AuthRoleAttr extends EntityBase {
@Column({
nullable: true,
comment: "สิทธิการเข้าถึง(Privilege)",
comment: "สิทธิการเข้าถึง(Privilege)",
length: 255,
default: null,
})