add isupload
This commit is contained in:
parent
e570339e1a
commit
f54a35f770
11 changed files with 55 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ export class ProfileDisciplineHistory extends EntityBase {
|
|||
})
|
||||
unStigma: string;
|
||||
|
||||
@Column({
|
||||
comment: "แนบไฟล์เอกสาร",
|
||||
default: false,
|
||||
})
|
||||
isUpload: boolean;
|
||||
|
||||
@ManyToOne(
|
||||
() => ProfileDiscipline,
|
||||
(profileDiscipline) => profileDiscipline.profileDisciplineHistories,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue