no message
This commit is contained in:
parent
7bf4310063
commit
4b967b59eb
2 changed files with 30 additions and 0 deletions
|
|
@ -18,6 +18,20 @@ export class ProfileAssessmentHistory extends EntityBase {
|
|||
})
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "รอบการประเมิน",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
period: string;
|
||||
|
||||
@Column({
|
||||
comment: "ปีการประเมิน",
|
||||
nullable: true,
|
||||
})
|
||||
year: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "datetime",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue