พ้นจากราชการ => ถึงแก่กรรม
This commit is contained in:
parent
79a6e52973
commit
932a8a930e
8 changed files with 362 additions and 517 deletions
|
|
@ -1,27 +1,61 @@
|
|||
interface requestSendNoti {
|
||||
profileId: string;
|
||||
isSendMail: boolean;
|
||||
isSendInbox: boolean;
|
||||
isSendNotification: boolean;
|
||||
}
|
||||
interface DataCopyOrder {
|
||||
id:string;
|
||||
personalId: string;
|
||||
name: string;
|
||||
idCard: string;
|
||||
position: string;
|
||||
unit: string;
|
||||
send: string;
|
||||
mutiselect: number[];
|
||||
}
|
||||
interface ResponseOrganiz {
|
||||
firstName: string;
|
||||
idCard: string;
|
||||
lastName: string;
|
||||
name: string;
|
||||
position: string;
|
||||
prefixId: string;
|
||||
profileId: string;
|
||||
unit: string;
|
||||
}
|
||||
export type { requestSendNoti,DataCopyOrder,ResponseOrganiz };
|
||||
profileId: string;
|
||||
isSendMail: boolean;
|
||||
isSendInbox: boolean;
|
||||
isSendNotification: boolean;
|
||||
}
|
||||
interface DataCopyOrder {
|
||||
id: string;
|
||||
personalId: string;
|
||||
name: string;
|
||||
idCard: string;
|
||||
position: string;
|
||||
unit: string;
|
||||
send: string;
|
||||
mutiselect: number[];
|
||||
}
|
||||
interface ResponseOrganiz {
|
||||
firstName: string;
|
||||
idCard: string;
|
||||
lastName: string;
|
||||
name: string;
|
||||
position: string;
|
||||
prefixId: string;
|
||||
profileId: string;
|
||||
unit: string;
|
||||
}
|
||||
|
||||
interface ResDetailDeceased {
|
||||
id: string;
|
||||
profileId: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
root: string;
|
||||
rootShortName: string;
|
||||
child1: string | null;
|
||||
child1ShortName: string | null;
|
||||
child2: string | null;
|
||||
child2ShortName: string | null;
|
||||
child3: string | null;
|
||||
child3ShortName: null;
|
||||
child4: string | null;
|
||||
child4ShortName: string | null;
|
||||
posMasterNo: number | null;
|
||||
position: string;
|
||||
posLevelName: string;
|
||||
posTypeName: string;
|
||||
number: string;
|
||||
date: Date | null | undefined;
|
||||
location: string;
|
||||
reason: string;
|
||||
pathName: string | null;
|
||||
isActive: boolean;
|
||||
createdAt: string;
|
||||
}
|
||||
export type {
|
||||
requestSendNoti,
|
||||
DataCopyOrder,
|
||||
ResponseOrganiz,
|
||||
ResDetailDeceased,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,21 +26,4 @@ interface TypeFile {
|
|||
pathName: string;
|
||||
}
|
||||
|
||||
interface ResponseDataDetail {
|
||||
personId: string;
|
||||
avataPath: string;
|
||||
createdAt: Date;
|
||||
date: Date;
|
||||
id: string;
|
||||
organization: string;
|
||||
organizationPositionOld: string;
|
||||
positionLevelOld: string;
|
||||
positionNumberOld: string;
|
||||
positionTypeOld: string;
|
||||
reason: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
fullname: string;
|
||||
}
|
||||
|
||||
export type { ResponseData, ResponseDataDetail, TypeFile };
|
||||
export type { ResponseData, TypeFile };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue