import components
This commit is contained in:
parent
b3a1ee8b2c
commit
d35ab5c48b
3 changed files with 40 additions and 101 deletions
|
|
@ -88,14 +88,15 @@ interface ResActualGoals {
|
|||
interface ResPlannedGoals {
|
||||
groupTarget: string;
|
||||
groupTargetSub: string;
|
||||
positions:[
|
||||
position: [
|
||||
{
|
||||
position: string,
|
||||
posTypePlannedId: string,
|
||||
posLevelPlannedId: string,
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
}
|
||||
]
|
||||
;
|
||||
];
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
type: string | null;
|
||||
amount: number | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue