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;
|
kpiUserEvaluationId: string;
|
||||||
@Column()
|
@Column()
|
||||||
documentInfoEvidence: string;
|
documentInfoEvidence: string;
|
||||||
@Column()
|
@Column({ nullable: true })
|
||||||
startDate: Date;
|
startDate: Date;
|
||||||
@Column()
|
@Column({ nullable: true })
|
||||||
endDate: Date;
|
endDate: Date;
|
||||||
@Column()
|
@Column()
|
||||||
period: string;
|
period: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue