|
@@ -117,6 +117,7 @@ import 'package:domain/entity/response/uk_job_applied_revise_info_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_job_applied_revise_log_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_job_applied_staff_list_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_job_list_applied_staff_search_entity.dart';
|
|
|
+import 'package:domain/entity/response/uk_job_list_applied_staff_selectoptions_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_job_template_detail_by_select_title_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_lab_req_show_template_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_labour_request_detail_entity.dart';
|
|
@@ -983,7 +984,241 @@ class JsonConvert {
|
|
|
.toList() as M;
|
|
|
}
|
|
|
if (<UkJobAppliedReviseLogRecordsContentStatus>[] is M) {
|
|
|
- return data.map<UkJobAppliedReviseLogRecordsContentStatus>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentStatus.fromJson(e))
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+ 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 (<UkJobListAppliedStaffSelectoptionsEntity>[] is M) {
|
|
|
+ return data.map<UkJobListAppliedStaffSelectoptionsEntity>((
|
|
|
+ Map<String, dynamic> e) =>
|
|
|
+ UkJobListAppliedStaffSelectoptionsEntity.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;
|
|
|
+ }
|
|
|
+ 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 (<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) {
|
|
@@ -1032,9 +1267,6 @@ class JsonConvert {
|
|
|
if (<UkLabourRequestDetailChallenge25List>[] is M) {
|
|
|
return data.map<UkLabourRequestDetailChallenge25List>((Map<String, dynamic> e) => UkLabourRequestDetailChallenge25List.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
- if (<UkLabourRequestDetailLocationList>[] is M) {
|
|
|
- return data.map<UkLabourRequestDetailLocationList>((Map<String, dynamic> e) => UkLabourRequestDetailLocationList.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
if (<UkLabourRequestDetailTemplateList>[] is M) {
|
|
|
return data.map<UkLabourRequestDetailTemplateList>((Map<String, dynamic> e) => UkLabourRequestDetailTemplateList.fromJson(e)).toList() as M;
|
|
|
}
|
|
@@ -1447,35 +1679,64 @@ 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,
|
|
|
- (UkJobTemplateDetailBySelectTitleEntity).toString(): UkJobTemplateDetailBySelectTitleEntity.fromJson,
|
|
|
- (UkLabReqShowTemplateEntity).toString(): UkLabReqShowTemplateEntity.fromJson,
|
|
|
- (UkLabourRequestDetailEntity).toString(): UkLabourRequestDetailEntity.fromJson,
|
|
|
- (UkLabourRequestDetailCertificateList).toString(): UkLabourRequestDetailCertificateList.fromJson,
|
|
|
- (UkLabourRequestDetailVehicleList).toString(): UkLabourRequestDetailVehicleList.fromJson,
|
|
|
- (UkLabourRequestDetailChallenge25List).toString(): UkLabourRequestDetailChallenge25List.fromJson,
|
|
|
- (UkLabourRequestDetailLocationList).toString(): UkLabourRequestDetailLocationList.fromJson,
|
|
|
- (UkLabourRequestDetailTemplateList).toString(): UkLabourRequestDetailTemplateList.fromJson,
|
|
|
- (UkLabourRequestDetailDepartmentList).toString(): UkLabourRequestDetailDepartmentList.fromJson,
|
|
|
- (UkLabourRequestDetailChargeList).toString(): UkLabourRequestDetailChargeList.fromJson,
|
|
|
- (UkLabourRequestDetailEmploymentList).toString(): UkLabourRequestDetailEmploymentList.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,
|
|
|
+ (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,
|
|
|
+ (UkJobTemplateDetailBySelectTitleEntity)
|
|
|
+ .toString(): UkJobTemplateDetailBySelectTitleEntity.fromJson,
|
|
|
+ (UkLabReqShowTemplateEntity).toString(): UkLabReqShowTemplateEntity
|
|
|
+ .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,
|
|
|
+ (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,
|