no message
This commit is contained in:
parent
2b060dedd4
commit
bab5532f70
2 changed files with 58 additions and 6 deletions
|
|
@ -193,6 +193,10 @@ export class CreateKpiUserSpecial {
|
|||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column()
|
||||
period: string;
|
||||
@Column()
|
||||
year: string;
|
||||
}
|
||||
|
||||
export class UpdateKpiUserSpecial {
|
||||
|
|
@ -228,6 +232,10 @@ export class UpdateKpiUserSpecial {
|
|||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
@Column()
|
||||
period: string;
|
||||
@Column()
|
||||
year: string;
|
||||
}
|
||||
|
||||
export class KpiUserSpecialDataPoint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue