เพิ่ม filter รายการบันทึกเวียนแจ้งการถึงแก่กรรม
This commit is contained in:
parent
d24d8ab68c
commit
53d05ad09a
2 changed files with 66 additions and 4 deletions
|
|
@ -108,6 +108,33 @@ interface TreeMain {
|
|||
totalRootPositionNextUse: number;
|
||||
totalRootPositionNextVacant: number;
|
||||
}
|
||||
|
||||
interface ResponseDececased {
|
||||
child1: string;
|
||||
child1ShortName: string;
|
||||
child2: string;
|
||||
child2ShortName: string;
|
||||
child3: string;
|
||||
child3ShortName: string;
|
||||
child4: string;
|
||||
child4ShortName: string;
|
||||
citizenId: string;
|
||||
createdAt: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
isActive: boolean;
|
||||
lastName: string;
|
||||
posLevelName: string;
|
||||
posMasterNo: number;
|
||||
posTypeName: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
profileType: string;
|
||||
root: string;
|
||||
rootShortName: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
requestSendNoti,
|
||||
DataCopyOrder,
|
||||
|
|
@ -116,4 +143,5 @@ export type {
|
|||
FormActive,
|
||||
OrgTree,
|
||||
TreeMain,
|
||||
ResponseDececased,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue