add fields
This commit is contained in:
parent
a66f582c25
commit
2dac48cb81
1 changed files with 15 additions and 0 deletions
|
|
@ -462,6 +462,21 @@ export class Profile extends EntityBase {
|
||||||
length: 5,
|
length: 5,
|
||||||
})
|
})
|
||||||
currentZipCode: string;
|
currentZipCode: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 40,
|
||||||
|
comment: "ไอดีรอบลงเวลาล่าสุด"
|
||||||
|
})
|
||||||
|
dutyTimeId : string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
type: "datetime",
|
||||||
|
comment: "รอบลงเวลาล่าสุด",
|
||||||
|
default: null
|
||||||
|
})
|
||||||
|
dutyTimeEffectiveDate: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity("profileHistory")
|
@Entity("profileHistory")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue