ออกคำสั่ง ==> รายละเอียด API Tab 3
This commit is contained in:
parent
4ef591fd72
commit
8336ba3051
9 changed files with 388 additions and 208 deletions
|
|
@ -12,4 +12,41 @@ interface ItemTabs {
|
|||
name: string;
|
||||
}
|
||||
|
||||
export type { Pagination, DataOption, ItemTabs };
|
||||
interface DataPerson {
|
||||
fullName?: string;
|
||||
citizenId: string;
|
||||
fristName: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
org: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
sendCC: string[];
|
||||
}
|
||||
|
||||
interface DateSelectPerson {
|
||||
citizenId: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
isSit: boolean;
|
||||
lastName: string;
|
||||
name: string;
|
||||
node: number;
|
||||
nodeId: string;
|
||||
orgChild1Id: string;
|
||||
orgChild2Id: string;
|
||||
orgChild3Id: string;
|
||||
orgChild4Id: string;
|
||||
orgRootId: string;
|
||||
orgShortname: string;
|
||||
organizationName: string;
|
||||
posMasterNo: number;
|
||||
posMasterNoPrefix: string;
|
||||
posMasterNoSuffix: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
}
|
||||
|
||||
export type { Pagination, DataOption, ItemTabs, DataPerson, DateSelectPerson };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue