API กลุ่มงาน แก้ไข
This commit is contained in:
parent
5f640f5a7e
commit
eaff0dac2c
4 changed files with 53 additions and 53 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue