API กลุ่มงาน แก้ไข

This commit is contained in:
AnandaTon 2024-04-17 18:15:24 +07:00
parent 5f640f5a7e
commit eaff0dac2c
4 changed files with 53 additions and 53 deletions

View file

@ -10,12 +10,12 @@ export class KpiGroup extends EntityBase {
})
nameGroupKPI: string;
}
export class creatGroupKpi {
export class creatKpiGroup {
@Column()
nameGroupKPI: string;
}
export class updateGroupKpi {
export class updateKpiGroup {
@Column()
nameGroupKPI: string;
}