add isupload
This commit is contained in:
parent
e570339e1a
commit
f54a35f770
11 changed files with 55 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ export class ProfileCertificateHistory extends EntityBase {
|
|||
})
|
||||
issuer: string;
|
||||
|
||||
@Column({
|
||||
comment: "แนบไฟล์เอกสาร",
|
||||
default: false,
|
||||
})
|
||||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue