no message
This commit is contained in:
parent
958db36e73
commit
4cde70640e
1 changed files with 0 additions and 4 deletions
|
|
@ -47,8 +47,6 @@ export class createKpiPeriod {
|
|||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column()
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
export class updateKpiPeriod {
|
||||
|
|
@ -60,6 +58,4 @@ export class updateKpiPeriod {
|
|||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column()
|
||||
isActive: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue