ปรับ code เครื่องราช ==> จัดการคำขอ
This commit is contained in:
parent
01430c06a1
commit
7bc71cf93f
5 changed files with 222 additions and 98 deletions
|
|
@ -132,6 +132,43 @@ interface DataRecord {
|
|||
orgReturnInsignia: string;
|
||||
}
|
||||
|
||||
interface DataProfileOtherSystem {
|
||||
citizenId: string;
|
||||
fullname: string;
|
||||
id: string;
|
||||
level: string;
|
||||
organizationOrganization: string;
|
||||
position: string;
|
||||
rootId: string;
|
||||
}
|
||||
interface Pagination {
|
||||
rowsPerPage: number;
|
||||
}
|
||||
|
||||
interface DataManageList {
|
||||
citizenId: string;
|
||||
dateSend: null | string | Date;
|
||||
employeeType: string | null;
|
||||
id: string;
|
||||
insigniaCheck: string;
|
||||
insigniaLevel: string;
|
||||
insigniaSend: string;
|
||||
insigniaType: string;
|
||||
isApprove: boolean;
|
||||
level: string;
|
||||
markDiscipline: boolean;
|
||||
markLeave: boolean;
|
||||
markRate: boolean;
|
||||
name: string;
|
||||
position: string;
|
||||
profileId: string;
|
||||
reason: string;
|
||||
requestNote: string;
|
||||
salary: string;
|
||||
salary2: string;
|
||||
statusMark: boolean;
|
||||
}
|
||||
|
||||
export type {
|
||||
OptionData,
|
||||
OptionDataYear,
|
||||
|
|
@ -148,4 +185,7 @@ export type {
|
|||
DataAllocate,
|
||||
DataRecord,
|
||||
DataInsignia,
|
||||
DataProfileOtherSystem,
|
||||
Pagination,
|
||||
DataManageList,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue