startDate nullable
This commit is contained in:
parent
fecbce6f88
commit
77fc61c33f
1 changed files with 2 additions and 2 deletions
|
|
@ -235,9 +235,9 @@ export class UpdateKpiUserSpecial {
|
|||
kpiUserEvaluationId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
startDate: Date;
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
endDate: Date;
|
||||
@Column()
|
||||
period: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue