ฉ
This commit is contained in:
parent
cdc5746454
commit
189b3236a8
3 changed files with 32 additions and 8 deletions
|
|
@ -60,6 +60,7 @@ interface FormPositionSelect {
|
|||
positionExecutive: string;
|
||||
positionExecutiveField: string;
|
||||
positionArea: string;
|
||||
isSpecial: boolean;
|
||||
}
|
||||
interface ListMenu {
|
||||
label: string;
|
||||
|
|
@ -81,6 +82,7 @@ interface RowDetailPositions {
|
|||
posTypeId: string;
|
||||
posLevelId: string;
|
||||
posExecutiveId: string;
|
||||
isSpecial: boolean;
|
||||
}
|
||||
|
||||
interface RowListForm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue