This commit is contained in:
kittapath 2024-10-01 00:41:09 +07:00
parent a5b57f287d
commit e87e760075
3 changed files with 97 additions and 15 deletions

View file

@ -216,6 +216,12 @@ export class DevelopmentHistory extends EntityBase {
})
isDone: boolean;
@Column({
comment: "บันทึก IDP ที่ทะเบียนประวัติ",
default: false,
})
isDoneIDP: boolean;
@Column({
comment: "มีข้อมูลอยู่ในทะเบียนประวัติ",
default: false,
@ -320,4 +326,3 @@ export class CreateDevelopmentHistoryOBO {
@Column()
dateEnd: Date | null;
}