เพิ่ม filter รายการบันทึกเวียนแจ้งการถึงแก่กรรม

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-20 11:32:28 +07:00
parent d24d8ab68c
commit 53d05ad09a
2 changed files with 66 additions and 4 deletions

View file

@ -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,
};