วันที่รอบพิเศษว่างได้
This commit is contained in:
parent
be48ab20f5
commit
82be38becf
1 changed files with 2 additions and 2 deletions
|
|
@ -196,9 +196,9 @@ export class CreateKpiUserSpecial {
|
||||||
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