ปรับ โครงสร้างอัตรากำลัง
This commit is contained in:
parent
dd57d5d76a
commit
a48f2afad7
10 changed files with 51 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ interface DataPositionNo {
|
|||
isSit: boolean;
|
||||
positions: Positions[];
|
||||
isCondition: boolean;
|
||||
isDirector?: boolean;
|
||||
}
|
||||
|
||||
interface Positions {
|
||||
|
|
@ -24,6 +25,7 @@ interface Positions {
|
|||
positionField: string;
|
||||
positionIsSelected: boolean;
|
||||
positionName: string;
|
||||
isDirector?: boolean;
|
||||
}
|
||||
|
||||
export type { DataPositionNo };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue