table profileHonor add isUpload
This commit is contained in:
parent
76a994d7df
commit
8b699f6441
10 changed files with 81 additions and 3 deletions
|
|
@ -67,6 +67,12 @@ export class ProfileHonorHistory extends EntityBase {
|
|||
})
|
||||
isDate: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "แนบไฟล์เอกสาร",
|
||||
default: false,
|
||||
})
|
||||
isUpload: boolean;
|
||||
|
||||
@ManyToOne(() => ProfileHonor, (profileHonor) => profileHonor.profileHonorHistories)
|
||||
@JoinColumn({ name: "profileHonorId" })
|
||||
histories: ProfileHonor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue