|
@@ -105,7 +105,6 @@ import 'package:domain/entity/response/u_k_report_labour_entity.dart';
|
|
|
import 'package:domain/entity/response/u_k_report_working_hours_entity.dart';
|
|
|
import 'package:domain/entity/response/u_k_security_attendance_entity.dart';
|
|
|
import 'package:domain/entity/response/u_k_security_attendance_option_entity.dart';
|
|
|
-import 'package:domain/entity/response/u_k_template_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_attendance_review_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_attendance_review_remark_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_job_applied_revise_add_detail_entity.dart';
|
|
@@ -117,7 +116,7 @@ import 'package:domain/entity/response/uk_job_list_applied_staff_search_entity.d
|
|
|
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';
|
|
|
-import 'package:domain/entity/response/uk_labour_request_preselect_addstatff_list_entity.dart';
|
|
|
+import 'package:domain/entity/response/uk_labour_request_preselect_addstaff_list_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_labour_request_preselected_list_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_labour_request_review_detail_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_labour_request_review_list_entity.dart';
|
|
@@ -130,6 +129,7 @@ import 'package:domain/entity/response/uk_staff_detail_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_staff_labour_history_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_template_detail_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_template_detail_index_entity.dart';
|
|
|
+import 'package:domain/entity/response/uk_template_table_entity.dart';
|
|
|
import 'package:domain/entity/response/uk_template_title_option_entity.dart';
|
|
|
import 'package:domain/entity/server_time.dart';
|
|
|
|
|
@@ -897,12 +897,6 @@ class JsonConvert {
|
|
|
if (<UKSecurityAttendanceOptionFilter>[] is M) {
|
|
|
return data.map<UKSecurityAttendanceOptionFilter>((Map<String, dynamic> e) => UKSecurityAttendanceOptionFilter.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
- if (<UKTemplateEntity>[] is M) {
|
|
|
- return data.map<UKTemplateEntity>((Map<String, dynamic> e) => UKTemplateEntity.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
- if (<UKTemplateRows>[] is M) {
|
|
|
- return data.map<UKTemplateRows>((Map<String, dynamic> e) => UKTemplateRows.fromJson(e)).toList() as M;
|
|
|
- }
|
|
|
if (<UkAttendanceReviewEntity>[] is M) {
|
|
|
return data.map<UkAttendanceReviewEntity>((Map<String, dynamic> e) => UkAttendanceReviewEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
@@ -1015,12 +1009,141 @@ class JsonConvert {
|
|
|
if (<UkLabourRequestDetailEmploymentList>[] is M) {
|
|
|
return data.map<UkLabourRequestDetailEmploymentList>((Map<String, dynamic> e) => UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
- if (<UkLabourRequestPreselectAddstatffListEntity>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectAddstatffListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstatffListEntity.fromJson(e))
|
|
|
- .toList() as M;
|
|
|
+ if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
|
|
|
+ return data.map<UkLabourRequestPreselectAddstaffListEntity>((
|
|
|
+ Map<String, dynamic> e) =>
|
|
|
+ UkLabourRequestPreselectAddstaffListEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
- if (<UkLabourRequestPreselectAddstatffListRows>[] is M) {
|
|
|
- return data.map<UkLabourRequestPreselectAddstatffListRows>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstatffListRows.fromJson(e))
|
|
|
+ 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 (<UkLabourRequestPreselectedListEntity>[] is M) {
|
|
@@ -1128,6 +1251,11 @@ class JsonConvert {
|
|
|
if (<UkTemplateDetailVehicleList>[] is M) {
|
|
|
return data.map<UkTemplateDetailVehicleList>((Map<String, dynamic> e) => UkTemplateDetailVehicleList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
+ if (<UkTemplateDetailChallenge25List>[] is M) {
|
|
|
+ return data.map<UkTemplateDetailChallenge25List>((
|
|
|
+ Map<String, dynamic> e) =>
|
|
|
+ UkTemplateDetailChallenge25List.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
if (<UkTemplateDetailIndexEntity>[] is M) {
|
|
|
return data.map<UkTemplateDetailIndexEntity>((Map<String, dynamic> e) => UkTemplateDetailIndexEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
@@ -1137,6 +1265,19 @@ class JsonConvert {
|
|
|
if (<UkTemplateDetailIndexVehicleList>[] is M) {
|
|
|
return data.map<UkTemplateDetailIndexVehicleList>((Map<String, dynamic> e) => UkTemplateDetailIndexVehicleList.fromJson(e)).toList() as M;
|
|
|
}
|
|
|
+ if (<UkTemplateDetailIndexChallenge25List>[] is M) {
|
|
|
+ return data.map<UkTemplateDetailIndexChallenge25List>((
|
|
|
+ Map<String, dynamic> e) =>
|
|
|
+ UkTemplateDetailIndexChallenge25List.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
+ if (<UkTemplateTableEntity>[] is M) {
|
|
|
+ return data.map<UkTemplateTableEntity>((Map<String, dynamic> e) =>
|
|
|
+ UkTemplateTableEntity.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
+ if (<UkTemplateTableRows>[] is M) {
|
|
|
+ return data.map<UkTemplateTableRows>((Map<String, dynamic> e) =>
|
|
|
+ UkTemplateTableRows.fromJson(e)).toList() as M;
|
|
|
+ }
|
|
|
if (<UkTemplateTitleOptionEntity>[] is M) {
|
|
|
return data.map<UkTemplateTitleOptionEntity>((Map<String, dynamic> e) => UkTemplateTitleOptionEntity.fromJson(e)).toList() as M;
|
|
|
}
|
|
@@ -1372,10 +1513,10 @@ class JsonConvertClassCollection {
|
|
|
(UKSecurityAttendanceEntity).toString(): UKSecurityAttendanceEntity.fromJson,
|
|
|
(UKSecurityAttendanceRows).toString(): UKSecurityAttendanceRows.fromJson,
|
|
|
(UKSecurityInOut).toString(): UKSecurityInOut.fromJson,
|
|
|
- (UKSecurityAttendanceOptionEntity).toString(): UKSecurityAttendanceOptionEntity.fromJson,
|
|
|
- (UKSecurityAttendanceOptionFilter).toString(): UKSecurityAttendanceOptionFilter.fromJson,
|
|
|
- (UKTemplateEntity).toString(): UKTemplateEntity.fromJson,
|
|
|
- (UKTemplateRows).toString(): UKTemplateRows.fromJson,
|
|
|
+ (UKSecurityAttendanceOptionEntity)
|
|
|
+ .toString(): UKSecurityAttendanceOptionEntity.fromJson,
|
|
|
+ (UKSecurityAttendanceOptionFilter)
|
|
|
+ .toString(): UKSecurityAttendanceOptionFilter.fromJson,
|
|
|
(UkAttendanceReviewEntity).toString(): UkAttendanceReviewEntity.fromJson,
|
|
|
(UkAttendanceReviewRows).toString(): UkAttendanceReviewRows.fromJson,
|
|
|
(UkAttendanceReviewRemarkEntity).toString(): UkAttendanceReviewRemarkEntity.fromJson,
|
|
@@ -1395,35 +1536,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,
|
|
|
- (UkLabourRequestPreselectAddstatffListEntity).toString(): UkLabourRequestPreselectAddstatffListEntity.fromJson,
|
|
|
- (UkLabourRequestPreselectAddstatffListRows).toString(): UkLabourRequestPreselectAddstatffListRows.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,
|
|
|
+ (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,
|
|
|
(UkLabourRequestTableRows).toString(): UkLabourRequestTableRows.fromJson,
|
|
|
(UkLabourReviewStatusEntity).toString(): UkLabourReviewStatusEntity.fromJson,
|
|
|
(UkLabourReviewStatusRow).toString(): UkLabourReviewStatusRow.fromJson,
|
|
@@ -1447,12 +1617,24 @@ class JsonConvertClassCollection {
|
|
|
(UkTemplateDetailEntity).toString(): UkTemplateDetailEntity.fromJson,
|
|
|
(UkTemplateDetailRow).toString(): UkTemplateDetailRow.fromJson,
|
|
|
(UkTemplateDetailTitleList).toString(): UkTemplateDetailTitleList.fromJson,
|
|
|
- (UkTemplateDetailCertificateList).toString(): UkTemplateDetailCertificateList.fromJson,
|
|
|
- (UkTemplateDetailVehicleList).toString(): UkTemplateDetailVehicleList.fromJson,
|
|
|
- (UkTemplateDetailIndexEntity).toString(): UkTemplateDetailIndexEntity.fromJson,
|
|
|
- (UkTemplateDetailIndexCertificateList).toString(): UkTemplateDetailIndexCertificateList.fromJson,
|
|
|
- (UkTemplateDetailIndexVehicleList).toString(): UkTemplateDetailIndexVehicleList.fromJson,
|
|
|
- (UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity.fromJson,
|
|
|
+ (UkTemplateDetailCertificateList)
|
|
|
+ .toString(): UkTemplateDetailCertificateList.fromJson,
|
|
|
+ (UkTemplateDetailVehicleList).toString(): UkTemplateDetailVehicleList
|
|
|
+ .fromJson,
|
|
|
+ (UkTemplateDetailChallenge25List)
|
|
|
+ .toString(): UkTemplateDetailChallenge25List.fromJson,
|
|
|
+ (UkTemplateDetailIndexEntity).toString(): UkTemplateDetailIndexEntity
|
|
|
+ .fromJson,
|
|
|
+ (UkTemplateDetailIndexCertificateList)
|
|
|
+ .toString(): UkTemplateDetailIndexCertificateList.fromJson,
|
|
|
+ (UkTemplateDetailIndexVehicleList)
|
|
|
+ .toString(): UkTemplateDetailIndexVehicleList.fromJson,
|
|
|
+ (UkTemplateDetailIndexChallenge25List)
|
|
|
+ .toString(): UkTemplateDetailIndexChallenge25List.fromJson,
|
|
|
+ (UkTemplateTableEntity).toString(): UkTemplateTableEntity.fromJson,
|
|
|
+ (UkTemplateTableRows).toString(): UkTemplateTableRows.fromJson,
|
|
|
+ (UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity
|
|
|
+ .fromJson,
|
|
|
(ServerTime).toString(): ServerTime.fromJson,
|
|
|
};
|
|
|
|