refactor: เป้าหมาย
This commit is contained in:
parent
ec36ffe6ba
commit
0dfe2f5e13
3 changed files with 65 additions and 25 deletions
|
|
@ -81,17 +81,22 @@ interface ResActualGoals {
|
|||
position: string;
|
||||
posTypeActualId: string | null;
|
||||
posLevelActualId: string | null;
|
||||
type: string;
|
||||
type: string | null;
|
||||
amount: number | null;
|
||||
}
|
||||
|
||||
interface ResPlannedGoals {
|
||||
groupTarget: string;
|
||||
groupTargetSub: string;
|
||||
position: string;
|
||||
posTypePlannedId: string | null;
|
||||
posLevelPlannedId: string | null;
|
||||
type: string;
|
||||
positions:[
|
||||
{
|
||||
position: string,
|
||||
posTypePlannedId: string,
|
||||
posLevelPlannedId: string,
|
||||
}
|
||||
]
|
||||
;
|
||||
type: string | null;
|
||||
amount: number | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue