Merge branch 'develop' of github.com:Frappet/bma-ehr-kpi into develop
This commit is contained in:
commit
709300ea8b
1 changed files with 8 additions and 8 deletions
|
|
@ -163,10 +163,10 @@ export class CreateKpiUserRole {
|
|||
kpiRoleId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column({ nullable: true })
|
||||
startDate?: Date;
|
||||
@Column({ nullable: true })
|
||||
endDate?: Date;
|
||||
@Column()
|
||||
achievement1: string;
|
||||
@Column()
|
||||
|
|
@ -196,10 +196,10 @@ export class UpdateKpiUserRole {
|
|||
kpiRoleId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column({ nullable: true })
|
||||
startDate?: Date;
|
||||
@Column({ nullable: true })
|
||||
endDate?: Date;
|
||||
@Column()
|
||||
achievement1: string;
|
||||
@Column()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue