- แก้ error type ของพวกทะเบียนประวัติ
- ปรับ code ส่วนของทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
b3abe902fa
commit
eea8ce1b6d
41 changed files with 8235 additions and 9890 deletions
50
src/modules/08_registryEmployee/interface/response/Main.ts
Normal file
50
src/modules/08_registryEmployee/interface/response/Main.ts
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
interface ObjectNameId {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface employeePosition {
|
||||
id: string;
|
||||
agency: string;
|
||||
conditionNote: string;
|
||||
department: string;
|
||||
government: string;
|
||||
isActive: boolean;
|
||||
isCondition: boolean;
|
||||
isDirector: boolean;
|
||||
organizationUserNote: string;
|
||||
qualification: string;
|
||||
pile: string;
|
||||
posNo: string;
|
||||
positionCondition: string;
|
||||
positionMasterUserNote: string;
|
||||
organizationOrder: string;
|
||||
organizationFaxId: string;
|
||||
organizationLevelId: string;
|
||||
organizationOrganizationId: string;
|
||||
organizationTelExternalId: string;
|
||||
organizationTelInternalId: string;
|
||||
organizationTypeId: string;
|
||||
positionEmployeeStatusId: string;
|
||||
positionEmployeeLineId: string;
|
||||
positionEmployeePositionId: string;
|
||||
organizationAgencyId: string;
|
||||
organizationGovernmentAgencyId: string;
|
||||
organizationShortNameId: string;
|
||||
organizationFaxName: string;
|
||||
organizationLevelName: string;
|
||||
organizationOrganizationName: string;
|
||||
organizationTelExternalName: string;
|
||||
organizationTelInternalName: string;
|
||||
organizationTypeName: string;
|
||||
positionEmployeeStatusName: string;
|
||||
positionEmployeeLineName: string;
|
||||
positionEmployeePositionName: string;
|
||||
organizationAgencyName: string;
|
||||
organizationGovernmentAgencyName: string;
|
||||
organizationShortNameName: string;
|
||||
positionEmployeeLevels: ObjectNameId[];
|
||||
positionEmployeePositionSides: ObjectNameId[];
|
||||
use: boolean;
|
||||
}
|
||||
|
||||
export type { employeePosition };
|
||||
Loading…
Add table
Add a link
Reference in a new issue