แก้ไขโครงการ/หลักสูตรการฝึกอบรม เป้าหมาย
This commit is contained in:
parent
90d6421a9e
commit
8876d481a9
3 changed files with 40 additions and 28 deletions
|
|
@ -96,19 +96,21 @@ interface ResPlannedGoals {
|
|||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
positions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
position: PositionsType[];
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
type: string | null;
|
||||
amount: number | null;
|
||||
}
|
||||
|
||||
interface PositionsType {
|
||||
id: string;
|
||||
posLevel: string;
|
||||
posLevelId: string;
|
||||
posType: string;
|
||||
posTypeId: string;
|
||||
position: string;
|
||||
}
|
||||
interface ResRecord {
|
||||
commandDate: Date | null;
|
||||
commandNumber: string | null;
|
||||
|
|
@ -219,4 +221,5 @@ export type {
|
|||
ResHistory,
|
||||
ResPrefix,
|
||||
ResRisk,
|
||||
PositionsType
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue