เพิ่มฟิวเพิ่มแก้ไข userSpecial
This commit is contained in:
parent
d8de3d0de8
commit
0b9f3bf008
2 changed files with 18 additions and 0 deletions
|
|
@ -187,6 +187,12 @@ export class CreateKpiUserSpecial {
|
|||
formula: string;
|
||||
@Column("uuid")
|
||||
kpiUserEvaluationId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
}
|
||||
|
||||
export class UpdateKpiUserSpecial {
|
||||
|
|
@ -216,6 +222,12 @@ export class UpdateKpiUserSpecial {
|
|||
formula: string;
|
||||
@Column("uuid")
|
||||
kpiUserEvaluationId: string;
|
||||
@Column()
|
||||
documentInfoEvidence: string;
|
||||
@Column()
|
||||
startDate: Date;
|
||||
@Column()
|
||||
endDate: Date;
|
||||
}
|
||||
|
||||
export class KpiUserSpecialDataPoint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue