comment
This commit is contained in:
parent
a5b57f287d
commit
e87e760075
3 changed files with 97 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue