API เลือกคนครอง
This commit is contained in:
parent
bd16728a36
commit
56351c0fd5
3 changed files with 145 additions and 122 deletions
|
|
@ -81,4 +81,27 @@ interface DataTree {
|
|||
children?: DataTree[];
|
||||
}
|
||||
|
||||
export type { DataPosition, Position, FormDetailPosition, DataTree };
|
||||
interface SeaechResult {
|
||||
id: string;
|
||||
citizenId: string;
|
||||
name: string;
|
||||
posTypeName: string;
|
||||
posLevelName: string;
|
||||
}
|
||||
interface FormPositionFilter {
|
||||
positionNo: string;
|
||||
positionType: string;
|
||||
positionLevel: string;
|
||||
personal: string;
|
||||
position: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataPosition,
|
||||
Position,
|
||||
FormDetailPosition,
|
||||
DataTree,
|
||||
SeaechResult,
|
||||
FormPositionFilter,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue