เพิ่ม put เเก้ไข status/edit
This commit is contained in:
parent
fe7dcd6815
commit
940a6171ca
2 changed files with 72 additions and 0 deletions
|
|
@ -203,3 +203,13 @@ export class updateKpiUserPointEvaluation {
|
|||
@Column()
|
||||
capacityPoint: number | null;
|
||||
}
|
||||
|
||||
export class updateKpiUserReqEditEvaluation {
|
||||
@Column()
|
||||
status: string;
|
||||
}
|
||||
|
||||
export class updateKpiUserStatusEvaluation {
|
||||
@Column()
|
||||
status: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue