|
@@ -985,320 +985,69 @@ class JsonConvert {
|
|
|
.toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedReviseLogRecordsContentStatus>[] is M) {
|
|
|
- return data.map<UkJobAppliedReviseLogRecordsContentStatus>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedReviseLogRecordsContentStatus.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedReviseLogRecordsContentStatus>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentStatus.fromJson(e))
|
|
|
+ .toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedReviseLogRecordsContentReason>[] is M) {
|
|
|
- return data.map<UkJobAppliedReviseLogRecordsContentReason>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedReviseLogRecordsContentReason.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedReviseLogRecordsContentReason>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentReason.fromJson(e))
|
|
|
+ .toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListEntity>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListEntity>((Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListEntity>((Map<String, dynamic> e) => UkJobAppliedStaffListEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListRows>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRows>((Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListRows.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListRows>((Map<String, dynamic> e) => UkJobAppliedStaffListRows.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListRowsSecurityIn>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsSecurityIn>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListRowsSecurityIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListRowsSecurityOut>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsSecurityOut>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListRowsSecurityOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListRowsWorkIn>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsWorkIn>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListRowsWorkIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedStaffListRowsWorkOut>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsWorkOut>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobAppliedStaffListRowsWorkOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListAppliedStaffSearchEntity>[] is M) {
|
|
|
- return data.map<UkJobListAppliedStaffSearchEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListAppliedStaffSearchEntity>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListAppliedStaffSearchRows>[] is M) {
|
|
|
- return data.map<UkJobListAppliedStaffSearchRows>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListAppliedStaffSearchRows>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListAppliedStaffSelectoptionsEntity>[] is M) {
|
|
|
- return data.map<UkJobListAppliedStaffSelectoptionsEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobListAppliedStaffSelectoptionsEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListAppliedStaffSelectoptionsEntity>((Map<String, dynamic> e) => UkJobListAppliedStaffSelectoptionsEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailEntity>[] is M) {
|
|
|
- return data.map<UkJobListDetailEntity>((Map<String, dynamic> e) =>
|
|
|
- UkJobListDetailEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListDetailEntity>((Map<String, dynamic> e) => UkJobListDetailEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailRow>[] is M) {
|
|
|
- return data.map<UkJobListDetailRow>((Map<String, dynamic> e) =>
|
|
|
- UkJobListDetailRow.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListDetailRow>((Map<String, dynamic> e) => UkJobListDetailRow.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailDepartmentList>[] is M) {
|
|
|
- return data.map<UkJobListDetailDepartmentList>((Map<String, dynamic> e) =>
|
|
|
- UkJobListDetailDepartmentList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListDetailDepartmentList>((Map<String, dynamic> e) => UkJobListDetailDepartmentList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailCertificateList>[] is M) {
|
|
|
- return data.map<UkJobListDetailCertificateList>((
|
|
|
- Map<String, dynamic> e) => UkJobListDetailCertificateList.fromJson(e))
|
|
|
- .toList() as M;
|
|
|
+ return data.map<UkJobListDetailCertificateList>((Map<String, dynamic> e) => UkJobListDetailCertificateList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailVehicleList>[] is M) {
|
|
|
- return data.map<UkJobListDetailVehicleList>((Map<String, dynamic> e) =>
|
|
|
- UkJobListDetailVehicleList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobListDetailVehicleList>((Map<String, dynamic> e) => UkJobListDetailVehicleList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobListDetailChallenge25List>[] is M) {
|
|
|
- return data.map<UkJobListDetailChallenge25List>((
|
|
|
- Map<String, dynamic> e) => UkJobListDetailChallenge25List.fromJson(e))
|
|
|
- .toList() as M;
|
|
|
+ return data.map<UkJobListDetailChallenge25List>((Map<String, dynamic> e) => UkJobListDetailChallenge25List.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkJobTemplateDetailBySelectTitleEntity>[] is M) {
|
|
|
- return data.map<UkJobTemplateDetailBySelectTitleEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkJobTemplateDetailBySelectTitleEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkJobTemplateDetailBySelectTitleEntity>((Map<String, dynamic> e) => UkJobTemplateDetailBySelectTitleEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkLabReqShowTemplateEntity>[] is M) {
|
|
|
- return data.map<UkLabReqShowTemplateEntity>((Map<String, dynamic> e) =>
|
|
|
- UkLabReqShowTemplateEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkLabReqShowTemplateEntity>((Map<String, dynamic> e) => UkLabReqShowTemplateEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkLabReqShowTemplateCountryList>[] is M) {
|
|
|
- return data.map<UkLabReqShowTemplateCountryList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabReqShowTemplateCountryList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkLabReqShowTemplateCountryList>((Map<String, dynamic> e) => UkLabReqShowTemplateCountryList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkLabReqShowTemplateCityList>[] is M) {
|
|
|
- return data.map<UkLabReqShowTemplateCityList>((Map<String, dynamic> e) =>
|
|
|
- UkLabReqShowTemplateCityList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailEntity>((Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailCertificateList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailCertificateList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailCertificateList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailVehicleList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailVehicleList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailVehicleList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailChallenge25List>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailChallenge25List>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailChallenge25List.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailTemplateList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailTemplateList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailTemplateList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailDepartmentList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailDepartmentList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailDepartmentList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailChargeList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailChargeList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailChargeList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailEmploymentList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailEmploymentList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailCountryList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailCountryList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailCountryList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestDetailCityList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailCityList>((Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestDetailCityList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectAddstaffListEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestPreselectAddstaffListEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestPreselectAddstaffListRows>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectAddstaffListRows>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestPreselectAddstaffListRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestPreselectedListEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectedListEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestPreselectedListEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestPreselectedListRows>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectedListRows>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestPreselectedListRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewDetailEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewDetailEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewDetailEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewDetailOrder>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewDetailOrder>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewDetailOrder.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewDetailOrderRequest>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewDetailOrderRequest>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewDetailOrderRequest.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewDetailOrderRecords>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewDetailOrderRecords>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewDetailOrderRecords.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewDetailRecords>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewDetailRecords>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewDetailRecords.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewListEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewListEntity>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewListEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestReviewListRows>[] is M) {
|
|
|
- return data.map<UkLabourRequestReviewListRows>((Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestReviewListRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestTableEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestTableEntity>((Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestTableEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourRequestTableRows>[] is M) {
|
|
|
- return data.map<UkLabourRequestTableRows>((Map<String, dynamic> e) =>
|
|
|
- UkLabourRequestTableRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourReviewStatusEntity>[] is M) {
|
|
|
- return data.map<UkLabourReviewStatusEntity>((Map<String, dynamic> e) =>
|
|
|
- UkLabourReviewStatusEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourReviewStatusRow>[] is M) {
|
|
|
- return data.map<UkLabourReviewStatusRow>((Map<String, dynamic> e) =>
|
|
|
- UkLabourReviewStatusRow.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabourReviewStatusRecords>[] is M) {
|
|
|
- return data.map<UkLabourReviewStatusRecords>((Map<String, dynamic> e) =>
|
|
|
- UkLabourReviewStatusRecords.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualEntity>[] is M) {
|
|
|
- return data.map<UkReportCasualEntity>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualRows>[] is M) {
|
|
|
- return data.map<UkReportCasualRows>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualTotal>[] is M) {
|
|
|
- return data.map<UkReportCasualTotal>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualTotal.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualPayEntity>[] is M) {
|
|
|
- return data.map<UkReportCasualPayEntity>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualPayEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualPayRows>[] is M) {
|
|
|
- return data.map<UkReportCasualPayRows>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualPayRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportCasualPayTotal>[] is M) {
|
|
|
- return data.map<UkReportCasualPayTotal>((Map<String, dynamic> e) =>
|
|
|
- UkReportCasualPayTotal.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportOutletEntity>[] is M) {
|
|
|
- return data.map<UkReportOutletEntity>((Map<String, dynamic> e) =>
|
|
|
- UkReportOutletEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkReportOutletRequestList>[] is M) {
|
|
|
- return data.map<UkReportOutletRequestList>((Map<String, dynamic> e) =>
|
|
|
- UkReportOutletRequestList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffDetailEntity>[] is M) {
|
|
|
- return data.map<UkStaffDetailEntity>((Map<String, dynamic> e) =>
|
|
|
- UkStaffDetailEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffDetailCertificates>[] is M) {
|
|
|
- return data.map<UkStaffDetailCertificates>((Map<String, dynamic> e) =>
|
|
|
- UkStaffDetailCertificates.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffLabourHistoryEntity>[] is M) {
|
|
|
- return data.map<UkStaffLabourHistoryEntity>((Map<String, dynamic> e) =>
|
|
|
- UkStaffLabourHistoryEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffLabourHistoryRows>[] is M) {
|
|
|
- return data.map<UkStaffLabourHistoryRows>((Map<String, dynamic> e) =>
|
|
|
- UkStaffLabourHistoryRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffLabourHistoryRowsSecurityIn>[] is M) {
|
|
|
- return data.map<UkStaffLabourHistoryRowsSecurityIn>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkStaffLabourHistoryRowsSecurityIn.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffLabourHistoryRowsSecurityOut>[] is M) {
|
|
|
- return data.map<UkStaffLabourHistoryRowsSecurityOut>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkStaffLabourHistoryRowsSecurityOut.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkStaffLabourHistoryRowsWorkIn>[] is M) {
|
|
|
- return data.map<UkStaffLabourHistoryRowsWorkIn>((
|
|
|
- Map<String, dynamic> e) => UkStaffLabourHistoryRowsWorkIn.fromJson(e))
|
|
|
- .toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedReviseLogRecordsContentReason>[] is M) {
|
|
|
- return data.map<UkJobAppliedReviseLogRecordsContentReason>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentReason.fromJson(e))
|
|
|
- .toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListEntity>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListEntity>((Map<String, dynamic> e) => UkJobAppliedStaffListEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListRows>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRows>((Map<String, dynamic> e) => UkJobAppliedStaffListRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListRowsSecurityIn>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsSecurityIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListRowsSecurityOut>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsSecurityOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListRowsWorkIn>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsWorkIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobAppliedStaffListRowsWorkOut>[] is M) {
|
|
|
- return data.map<UkJobAppliedStaffListRowsWorkOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobListAppliedStaffSearchEntity>[] is M) {
|
|
|
- return data.map<UkJobListAppliedStaffSearchEntity>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobListAppliedStaffSearchRows>[] is M) {
|
|
|
- return data.map<UkJobListAppliedStaffSearchRows>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkJobTemplateDetailBySelectTitleEntity>[] is M) {
|
|
|
- return data.map<UkJobTemplateDetailBySelectTitleEntity>((Map<String, dynamic> e) => UkJobTemplateDetailBySelectTitleEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UkLabReqShowTemplateEntity>[] is M) {
|
|
|
- return data.map<UkLabReqShowTemplateEntity>((Map<String, dynamic> e) => UkLabReqShowTemplateEntity.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkLabReqShowTemplateCityList>((Map<String, dynamic> e) => UkLabReqShowTemplateCityList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkLabourRequestDetailEntity>[] is M) {
|
|
|
return data.map<UkLabourRequestDetailEntity>((Map<String, dynamic> e) => UkLabourRequestDetailEntity.fromJson(e)).toList() as M;
|
|
@@ -1324,6 +1073,12 @@ class JsonConvert {
|
|
|
if (<UkLabourRequestDetailEmploymentList>[] is M) {
|
|
|
return data.map<UkLabourRequestDetailEmploymentList>((Map<String, dynamic> e) => UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
+ if (<UkLabourRequestDetailCountryList>[] is M) {
|
|
|
+ return data.map<UkLabourRequestDetailCountryList>((Map<String, dynamic> e) => UkLabourRequestDetailCountryList.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
+ if (<UkLabourRequestDetailCityList>[] is M) {
|
|
|
+ return data.map<UkLabourRequestDetailCityList>((Map<String, dynamic> e) => UkLabourRequestDetailCityList.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
|
|
|
return data.map<UkLabourRequestPreselectAddstaffListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstaffListEntity.fromJson(e))
|
|
|
.toList() as M;
|
|
@@ -1428,12 +1183,10 @@ class JsonConvert {
|
|
|
return data.map<UkTemplateDetailRow>((Map<String, dynamic> e) => UkTemplateDetailRow.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkTemplateDetailCountryList>[] is M) {
|
|
|
- return data.map<UkTemplateDetailCountryList>((Map<String, dynamic> e) =>
|
|
|
- UkTemplateDetailCountryList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkTemplateDetailCountryList>((Map<String, dynamic> e) => UkTemplateDetailCountryList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkTemplateDetailCityList>[] is M) {
|
|
|
- return data.map<UkTemplateDetailCityList>((Map<String, dynamic> e) =>
|
|
|
- UkTemplateDetailCityList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkTemplateDetailCityList>((Map<String, dynamic> e) => UkTemplateDetailCityList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkTemplateDetailTitleList>[] is M) {
|
|
|
return data.map<UkTemplateDetailTitleList>((Map<String, dynamic> e) => UkTemplateDetailTitleList.fromJson(e)).toList() as M;
|
|
@@ -1451,9 +1204,7 @@ class JsonConvert {
|
|
|
return data.map<UkTemplateDetailIndexEntity>((Map<String, dynamic> e) => UkTemplateDetailIndexEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkTemplateDetailIndexCountryList>[] is M) {
|
|
|
- return data.map<UkTemplateDetailIndexCountryList>((
|
|
|
- Map<String, dynamic> e) =>
|
|
|
- UkTemplateDetailIndexCountryList.fromJson(e)).toList() as M;
|
|
|
+ return data.map<UkTemplateDetailIndexCountryList>((Map<String, dynamic> e) => UkTemplateDetailIndexCountryList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
if (<UkTemplateDetailIndexCertificateList>[] is M) {
|
|
|
return data.map<UkTemplateDetailIndexCertificateList>((Map<String, dynamic> e) => UkTemplateDetailIndexCertificateList.fromJson(e)).toList() as M;
|
|
@@ -1737,82 +1488,45 @@ class JsonConvertClassCollection {
|
|
|
(UkJobAppliedReviseLogRecordsContentReason).toString(): UkJobAppliedReviseLogRecordsContentReason.fromJson,
|
|
|
(UkJobAppliedStaffListEntity).toString(): UkJobAppliedStaffListEntity.fromJson,
|
|
|
(UkJobAppliedStaffListRows).toString(): UkJobAppliedStaffListRows.fromJson,
|
|
|
- (UkJobAppliedStaffListRowsSecurityIn)
|
|
|
- .toString(): UkJobAppliedStaffListRowsSecurityIn.fromJson,
|
|
|
- (UkJobAppliedStaffListRowsSecurityOut)
|
|
|
- .toString(): UkJobAppliedStaffListRowsSecurityOut.fromJson,
|
|
|
- (UkJobAppliedStaffListRowsWorkIn)
|
|
|
- .toString(): UkJobAppliedStaffListRowsWorkIn.fromJson,
|
|
|
- (UkJobAppliedStaffListRowsWorkOut)
|
|
|
- .toString(): UkJobAppliedStaffListRowsWorkOut.fromJson,
|
|
|
- (UkJobListAppliedStaffSearchEntity)
|
|
|
- .toString(): UkJobListAppliedStaffSearchEntity.fromJson,
|
|
|
- (UkJobListAppliedStaffSearchRows)
|
|
|
- .toString(): UkJobListAppliedStaffSearchRows.fromJson,
|
|
|
- (UkJobListAppliedStaffSelectoptionsEntity)
|
|
|
- .toString(): UkJobListAppliedStaffSelectoptionsEntity.fromJson,
|
|
|
+ (UkJobAppliedStaffListRowsSecurityIn).toString(): UkJobAppliedStaffListRowsSecurityIn.fromJson,
|
|
|
+ (UkJobAppliedStaffListRowsSecurityOut).toString(): UkJobAppliedStaffListRowsSecurityOut.fromJson,
|
|
|
+ (UkJobAppliedStaffListRowsWorkIn).toString(): UkJobAppliedStaffListRowsWorkIn.fromJson,
|
|
|
+ (UkJobAppliedStaffListRowsWorkOut).toString(): UkJobAppliedStaffListRowsWorkOut.fromJson,
|
|
|
+ (UkJobListAppliedStaffSearchEntity).toString(): UkJobListAppliedStaffSearchEntity.fromJson,
|
|
|
+ (UkJobListAppliedStaffSearchRows).toString(): UkJobListAppliedStaffSearchRows.fromJson,
|
|
|
+ (UkJobListAppliedStaffSelectoptionsEntity).toString(): UkJobListAppliedStaffSelectoptionsEntity.fromJson,
|
|
|
(UkJobListDetailEntity).toString(): UkJobListDetailEntity.fromJson,
|
|
|
(UkJobListDetailRow).toString(): UkJobListDetailRow.fromJson,
|
|
|
- (UkJobListDetailDepartmentList).toString(): UkJobListDetailDepartmentList
|
|
|
- .fromJson,
|
|
|
- (UkJobListDetailCertificateList).toString(): UkJobListDetailCertificateList
|
|
|
- .fromJson,
|
|
|
- (UkJobListDetailVehicleList).toString(): UkJobListDetailVehicleList
|
|
|
- .fromJson,
|
|
|
- (UkJobListDetailChallenge25List).toString(): UkJobListDetailChallenge25List
|
|
|
- .fromJson,
|
|
|
- (UkJobTemplateDetailBySelectTitleEntity)
|
|
|
- .toString(): UkJobTemplateDetailBySelectTitleEntity.fromJson,
|
|
|
- (UkLabReqShowTemplateEntity).toString(): UkLabReqShowTemplateEntity
|
|
|
- .fromJson,
|
|
|
- (UkLabReqShowTemplateCountryList)
|
|
|
- .toString(): UkLabReqShowTemplateCountryList.fromJson,
|
|
|
- (UkLabReqShowTemplateCityList).toString(): UkLabReqShowTemplateCityList
|
|
|
- .fromJson,
|
|
|
- (UkLabourRequestDetailEntity).toString(): UkLabourRequestDetailEntity
|
|
|
- .fromJson,
|
|
|
- (UkLabourRequestDetailCertificateList)
|
|
|
- .toString(): UkLabourRequestDetailCertificateList.fromJson,
|
|
|
- (UkLabourRequestDetailVehicleList)
|
|
|
- .toString(): UkLabourRequestDetailVehicleList.fromJson,
|
|
|
- (UkLabourRequestDetailChallenge25List)
|
|
|
- .toString(): UkLabourRequestDetailChallenge25List.fromJson,
|
|
|
- (UkLabourRequestDetailTemplateList)
|
|
|
- .toString(): UkLabourRequestDetailTemplateList.fromJson,
|
|
|
- (UkLabourRequestDetailDepartmentList)
|
|
|
- .toString(): UkLabourRequestDetailDepartmentList.fromJson,
|
|
|
- (UkLabourRequestDetailChargeList)
|
|
|
- .toString(): UkLabourRequestDetailChargeList.fromJson,
|
|
|
- (UkLabourRequestDetailEmploymentList)
|
|
|
- .toString(): UkLabourRequestDetailEmploymentList.fromJson,
|
|
|
- (UkLabourRequestDetailCountryList)
|
|
|
- .toString(): UkLabourRequestDetailCountryList.fromJson,
|
|
|
- (UkLabourRequestDetailCityList).toString(): UkLabourRequestDetailCityList
|
|
|
- .fromJson,
|
|
|
- (UkLabourRequestPreselectAddstaffListEntity)
|
|
|
- .toString(): UkLabourRequestPreselectAddstaffListEntity.fromJson,
|
|
|
- (UkLabourRequestPreselectAddstaffListRows)
|
|
|
- .toString(): UkLabourRequestPreselectAddstaffListRows.fromJson,
|
|
|
- (UkLabourRequestPreselectedListEntity)
|
|
|
- .toString(): UkLabourRequestPreselectedListEntity.fromJson,
|
|
|
- (UkLabourRequestPreselectedListRows)
|
|
|
- .toString(): UkLabourRequestPreselectedListRows.fromJson,
|
|
|
- (UkLabourRequestReviewDetailEntity)
|
|
|
- .toString(): UkLabourRequestReviewDetailEntity.fromJson,
|
|
|
- (UkLabourRequestReviewDetailOrder)
|
|
|
- .toString(): UkLabourRequestReviewDetailOrder.fromJson,
|
|
|
- (UkLabourRequestReviewDetailOrderRequest)
|
|
|
- .toString(): UkLabourRequestReviewDetailOrderRequest.fromJson,
|
|
|
- (UkLabourRequestReviewDetailOrderRecords)
|
|
|
- .toString(): UkLabourRequestReviewDetailOrderRecords.fromJson,
|
|
|
- (UkLabourRequestReviewDetailRecords)
|
|
|
- .toString(): UkLabourRequestReviewDetailRecords.fromJson,
|
|
|
- (UkLabourRequestReviewListEntity)
|
|
|
- .toString(): UkLabourRequestReviewListEntity.fromJson,
|
|
|
- (UkLabourRequestReviewListRows).toString(): UkLabourRequestReviewListRows
|
|
|
- .fromJson,
|
|
|
- (UkLabourRequestTableEntity).toString(): UkLabourRequestTableEntity
|
|
|
- .fromJson,
|
|
|
+ (UkJobListDetailDepartmentList).toString(): UkJobListDetailDepartmentList.fromJson,
|
|
|
+ (UkJobListDetailCertificateList).toString(): UkJobListDetailCertificateList.fromJson,
|
|
|
+ (UkJobListDetailVehicleList).toString(): UkJobListDetailVehicleList.fromJson,
|
|
|
+ (UkJobListDetailChallenge25List).toString(): UkJobListDetailChallenge25List.fromJson,
|
|
|
+ (UkJobTemplateDetailBySelectTitleEntity).toString(): UkJobTemplateDetailBySelectTitleEntity.fromJson,
|
|
|
+ (UkLabReqShowTemplateEntity).toString(): UkLabReqShowTemplateEntity.fromJson,
|
|
|
+ (UkLabReqShowTemplateCountryList).toString(): UkLabReqShowTemplateCountryList.fromJson,
|
|
|
+ (UkLabReqShowTemplateCityList).toString(): UkLabReqShowTemplateCityList.fromJson,
|
|
|
+ (UkLabourRequestDetailEntity).toString(): UkLabourRequestDetailEntity.fromJson,
|
|
|
+ (UkLabourRequestDetailCertificateList).toString(): UkLabourRequestDetailCertificateList.fromJson,
|
|
|
+ (UkLabourRequestDetailVehicleList).toString(): UkLabourRequestDetailVehicleList.fromJson,
|
|
|
+ (UkLabourRequestDetailChallenge25List).toString(): UkLabourRequestDetailChallenge25List.fromJson,
|
|
|
+ (UkLabourRequestDetailTemplateList).toString(): UkLabourRequestDetailTemplateList.fromJson,
|
|
|
+ (UkLabourRequestDetailDepartmentList).toString(): UkLabourRequestDetailDepartmentList.fromJson,
|
|
|
+ (UkLabourRequestDetailChargeList).toString(): UkLabourRequestDetailChargeList.fromJson,
|
|
|
+ (UkLabourRequestDetailEmploymentList).toString(): UkLabourRequestDetailEmploymentList.fromJson,
|
|
|
+ (UkLabourRequestDetailCountryList).toString(): UkLabourRequestDetailCountryList.fromJson,
|
|
|
+ (UkLabourRequestDetailCityList).toString(): UkLabourRequestDetailCityList.fromJson,
|
|
|
+ (UkLabourRequestPreselectAddstaffListEntity).toString(): UkLabourRequestPreselectAddstaffListEntity.fromJson,
|
|
|
+ (UkLabourRequestPreselectAddstaffListRows).toString(): UkLabourRequestPreselectAddstaffListRows.fromJson,
|
|
|
+ (UkLabourRequestPreselectedListEntity).toString(): UkLabourRequestPreselectedListEntity.fromJson,
|
|
|
+ (UkLabourRequestPreselectedListRows).toString(): UkLabourRequestPreselectedListRows.fromJson,
|
|
|
+ (UkLabourRequestReviewDetailEntity).toString(): UkLabourRequestReviewDetailEntity.fromJson,
|
|
|
+ (UkLabourRequestReviewDetailOrder).toString(): UkLabourRequestReviewDetailOrder.fromJson,
|
|
|
+ (UkLabourRequestReviewDetailOrderRequest).toString(): UkLabourRequestReviewDetailOrderRequest.fromJson,
|
|
|
+ (UkLabourRequestReviewDetailOrderRecords).toString(): UkLabourRequestReviewDetailOrderRecords.fromJson,
|
|
|
+ (UkLabourRequestReviewDetailRecords).toString(): UkLabourRequestReviewDetailRecords.fromJson,
|
|
|
+ (UkLabourRequestReviewListEntity).toString(): UkLabourRequestReviewListEntity.fromJson,
|
|
|
+ (UkLabourRequestReviewListRows).toString(): UkLabourRequestReviewListRows.fromJson,
|
|
|
+ (UkLabourRequestTableEntity).toString(): UkLabourRequestTableEntity.fromJson,
|
|
|
(UkLabourRequestTableRows).toString(): UkLabourRequestTableRows.fromJson,
|
|
|
(UkLabourReviewStatusEntity).toString(): UkLabourReviewStatusEntity.fromJson,
|
|
|
(UkLabourReviewStatusRow).toString(): UkLabourReviewStatusRow.fromJson,
|
|
@@ -1835,36 +1549,17 @@ class JsonConvertClassCollection {
|
|
|
(UkStaffLabourHistoryRowsWorkOut).toString(): UkStaffLabourHistoryRowsWorkOut.fromJson,
|
|
|
(UkTemplateDetailEntity).toString(): UkTemplateDetailEntity.fromJson,
|
|
|
(UkTemplateDetailRow).toString(): UkTemplateDetailRow.fromJson,
|
|
|
- (UkTemplateDetailCountryList).toString(): UkTemplateDetailCountryList
|
|
|
- .fromJson,
|
|
|
+ (UkTemplateDetailCountryList).toString(): UkTemplateDetailCountryList.fromJson,
|
|
|
(UkTemplateDetailCityList).toString(): UkTemplateDetailCityList.fromJson,
|
|
|
(UkTemplateDetailTitleList).toString(): UkTemplateDetailTitleList.fromJson,
|
|
|
-<<<<<<< HEAD
|
|
|
(UkTemplateDetailCertificateList).toString(): UkTemplateDetailCertificateList.fromJson,
|
|
|
(UkTemplateDetailVehicleList).toString(): UkTemplateDetailVehicleList.fromJson,
|
|
|
(UkTemplateDetailChallenge25List).toString(): UkTemplateDetailChallenge25List.fromJson,
|
|
|
(UkTemplateDetailIndexEntity).toString(): UkTemplateDetailIndexEntity.fromJson,
|
|
|
+ (UkTemplateDetailIndexCountryList).toString(): UkTemplateDetailIndexCountryList.fromJson,
|
|
|
(UkTemplateDetailIndexCertificateList).toString(): UkTemplateDetailIndexCertificateList.fromJson,
|
|
|
(UkTemplateDetailIndexVehicleList).toString(): UkTemplateDetailIndexVehicleList.fromJson,
|
|
|
(UkTemplateDetailIndexChallenge25List).toString(): UkTemplateDetailIndexChallenge25List.fromJson,
|
|
|
-=======
|
|
|
- (UkTemplateDetailCertificateList)
|
|
|
- .toString(): UkTemplateDetailCertificateList.fromJson,
|
|
|
- (UkTemplateDetailVehicleList).toString(): UkTemplateDetailVehicleList
|
|
|
- .fromJson,
|
|
|
- (UkTemplateDetailChallenge25List)
|
|
|
- .toString(): UkTemplateDetailChallenge25List.fromJson,
|
|
|
- (UkTemplateDetailIndexEntity).toString(): UkTemplateDetailIndexEntity
|
|
|
- .fromJson,
|
|
|
- (UkTemplateDetailIndexCountryList)
|
|
|
- .toString(): UkTemplateDetailIndexCountryList.fromJson,
|
|
|
- (UkTemplateDetailIndexCertificateList)
|
|
|
- .toString(): UkTemplateDetailIndexCertificateList.fromJson,
|
|
|
- (UkTemplateDetailIndexVehicleList)
|
|
|
- .toString(): UkTemplateDetailIndexVehicleList.fromJson,
|
|
|
- (UkTemplateDetailIndexChallenge25List)
|
|
|
- .toString(): UkTemplateDetailIndexChallenge25List.fromJson,
|
|
|
->>>>>>> master-ukk
|
|
|
(UkTemplateTableEntity).toString(): UkTemplateTableEntity.fromJson,
|
|
|
(UkTemplateTableRows).toString(): UkTemplateTableRows.fromJson,
|
|
|
(UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity.fromJson,
|