import mis
This commit is contained in:
parent
60a72243e8
commit
083a482b3a
26 changed files with 4711 additions and 0 deletions
|
|
@ -83,6 +83,13 @@ export class ProfileHonor extends EntityBase {
|
|||
})
|
||||
isUpload: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
isEntry: boolean;
|
||||
|
||||
@OneToMany(() => ProfileHonorHistory, (profileHonorHistory) => profileHonorHistory.histories)
|
||||
profileHonorHistories: ProfileHonorHistory[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue