This commit is contained in:
setthawutttty 2024-02-21 13:41:39 +07:00
parent cdc5746454
commit 189b3236a8
3 changed files with 32 additions and 8 deletions

View file

@ -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 {