no message

This commit is contained in:
Bright 2024-05-08 16:15:08 +07:00
parent 2b060dedd4
commit bab5532f70
2 changed files with 58 additions and 6 deletions

View file

@ -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 {