fix entity
This commit is contained in:
parent
16b36fbea7
commit
2622a0ca51
1 changed files with 4 additions and 4 deletions
|
|
@ -156,9 +156,9 @@ export class CreateKpiUserRole {
|
|||
kpiRoleId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
startDate: Date;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
endDate: Date;
|
||||
@Column()
|
||||
achievement1: string;
|
||||
|
|
@ -189,9 +189,9 @@ export class UpdateKpiUserRole {
|
|||
kpiRoleId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
startDate: Date;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
endDate: Date;
|
||||
@Column()
|
||||
achievement1: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue