fix: ลบ isActive
This commit is contained in:
parent
c13ca10a3e
commit
23f8382928
18 changed files with 36 additions and 165 deletions
|
|
@ -13,12 +13,6 @@ export class ProfileAbility extends EntityBase {
|
|||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: false,
|
||||
})
|
||||
isActive: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ",
|
||||
|
|
@ -80,7 +74,6 @@ export class ProfileAbility extends EntityBase {
|
|||
|
||||
export class CreateProfileAbility {
|
||||
profileId: string | null;
|
||||
isActive: boolean;
|
||||
remark: string | null;
|
||||
detail: string | null;
|
||||
reference: string | null;
|
||||
|
|
@ -90,7 +83,6 @@ export class CreateProfileAbility {
|
|||
}
|
||||
|
||||
export type UpdateProfileAbility = {
|
||||
isActive?: boolean;
|
||||
remark?: string | null;
|
||||
detail?: string | null;
|
||||
reference?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue