fix: ลบ isActive
This commit is contained in:
parent
611715dff5
commit
fc712baa8f
1 changed files with 0 additions and 8 deletions
|
|
@ -13,12 +13,6 @@ export class ProfileAssessment extends EntityBase {
|
|||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: false,
|
||||
})
|
||||
isActive: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อแบบประเมิน",
|
||||
|
|
@ -96,7 +90,6 @@ export class ProfileAssessment extends EntityBase {
|
|||
|
||||
export class CreateProfileAssessment {
|
||||
profileId: string | null;
|
||||
isActive: boolean;
|
||||
name: string | null;
|
||||
date: Date | null;
|
||||
point1: number | null;
|
||||
|
|
@ -108,7 +101,6 @@ export class CreateProfileAssessment {
|
|||
}
|
||||
|
||||
export type UpdateProfileAssessment = {
|
||||
isActive?: boolean;
|
||||
name?: string | null;
|
||||
date?: Date | null;
|
||||
point1?: number | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue