edit entity bool
This commit is contained in:
parent
36c6abcfdf
commit
91dae6084d
13 changed files with 2 additions and 15 deletions
|
|
@ -69,7 +69,6 @@ export class ProfileCertificate extends EntityBase {
|
|||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ export class ProfileChangeName extends EntityBase {
|
|||
profileEmployeeId: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ export class ProfileChildren extends EntityBase {
|
|||
profileEmployeeId: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ export class ProfileDiscipline extends EntityBase {
|
|||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ export class ProfileDuty extends EntityBase {
|
|||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -191,7 +191,6 @@ export class ProfileEducation extends EntityBase {
|
|||
level: number;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ export class ProfileHonor extends EntityBase {
|
|||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ export class ProfileInsignia extends EntityBase {
|
|||
insigniaId: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ export class ProfileLeave extends EntityBase {
|
|||
leaveId: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ export class ProfileNopaid extends EntityBase {
|
|||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ export class ProfileOther extends EntityBase {
|
|||
date: Date;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -226,9 +226,8 @@ export class ProfileSalary extends EntityBase {
|
|||
isGovernment: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: null,
|
||||
default: false,
|
||||
})
|
||||
isEntry: boolean;
|
||||
|
||||
|
|
|
|||
|
|
@ -239,9 +239,8 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
isGovernment: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: null,
|
||||
default: false,
|
||||
})
|
||||
isEntry: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue