|
@@ -64,6 +64,7 @@ import 'package:domain/entity/response/position_table_entity.dart';
|
|
import 'package:domain/entity/response/revise_index_s_g_entity.dart';
|
|
import 'package:domain/entity/response/revise_index_s_g_entity.dart';
|
|
import 'package:domain/entity/response/revise_list_s_g_entity.dart';
|
|
import 'package:domain/entity/response/revise_list_s_g_entity.dart';
|
|
import 'package:domain/entity/response/revise_log_s_g_entity.dart';
|
|
import 'package:domain/entity/response/revise_log_s_g_entity.dart';
|
|
|
|
+import 'package:domain/entity/response/revise_option_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_option_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_option_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_table_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_table_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_workflow_entity.dart';
|
|
import 'package:domain/entity/response/s_g_attendance_review_workflow_entity.dart';
|
|
@@ -98,6 +99,9 @@ import 'package:domain/entity/response/t_h_o_a_labour_table_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_option_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_option_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_staff_table_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_staff_table_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_table_entity.dart';
|
|
import 'package:domain/entity/response/t_h_pre_selected_table_entity.dart';
|
|
|
|
+import 'package:domain/entity/response/t_h_revise_detail_entity.dart';
|
|
|
|
+import 'package:domain/entity/response/t_h_revise_table_entity.dart';
|
|
|
|
+import 'package:domain/entity/response/t_h_revise_workflow_entity.dart';
|
|
import 'package:domain/entity/response/t_h_upload_file_entity.dart';
|
|
import 'package:domain/entity/response/t_h_upload_file_entity.dart';
|
|
import 'package:domain/entity/response/u_k_attendance_entity.dart';
|
|
import 'package:domain/entity/response/u_k_attendance_entity.dart';
|
|
import 'package:domain/entity/response/u_k_report_attendance_entity.dart';
|
|
import 'package:domain/entity/response/u_k_report_attendance_entity.dart';
|
|
@@ -636,6 +640,9 @@ class JsonConvert {
|
|
if (<ReviseLogSGRecordsOption>[] is M) {
|
|
if (<ReviseLogSGRecordsOption>[] is M) {
|
|
return data.map<ReviseLogSGRecordsOption>((Map<String, dynamic> e) => ReviseLogSGRecordsOption.fromJson(e)).toList() as M;
|
|
return data.map<ReviseLogSGRecordsOption>((Map<String, dynamic> e) => ReviseLogSGRecordsOption.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
|
|
+ if (<ReviseOptionEntity>[] is M) {
|
|
|
|
+ return data.map<ReviseOptionEntity>((Map<String, dynamic> e) => ReviseOptionEntity.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
if (<SGAttendanceReviewOptionEntity>[] is M) {
|
|
if (<SGAttendanceReviewOptionEntity>[] is M) {
|
|
return data.map<SGAttendanceReviewOptionEntity>((Map<String, dynamic> e) => SGAttendanceReviewOptionEntity.fromJson(e)).toList() as M;
|
|
return data.map<SGAttendanceReviewOptionEntity>((Map<String, dynamic> e) => SGAttendanceReviewOptionEntity.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
@@ -852,6 +859,37 @@ class JsonConvert {
|
|
if (<THPreSelectedTableRows>[] is M) {
|
|
if (<THPreSelectedTableRows>[] is M) {
|
|
return data.map<THPreSelectedTableRows>((Map<String, dynamic> e) => THPreSelectedTableRows.fromJson(e)).toList() as M;
|
|
return data.map<THPreSelectedTableRows>((Map<String, dynamic> e) => THPreSelectedTableRows.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
|
|
+ if (<THReviseDetailEntity>[] is M) {
|
|
|
|
+ return data.map<THReviseDetailEntity>((Map<String, dynamic> e) => THReviseDetailEntity.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseTableEntity>[] is M) {
|
|
|
|
+ return data.map<THReviseTableEntity>((Map<String, dynamic> e) => THReviseTableEntity.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseTableRows>[] is M) {
|
|
|
|
+ return data.map<THReviseTableRows>((Map<String, dynamic> e) => THReviseTableRows.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowEntity>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowEntity>((Map<String, dynamic> e) => THReviseWorkflowEntity.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowRevise>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowRevise>((Map<String, dynamic> e) => THReviseWorkflowRevise.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowReviseApplied>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowReviseApplied>((Map<String, dynamic> e) => THReviseWorkflowReviseApplied.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowRecords>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowRecords>((Map<String, dynamic> e) => THReviseWorkflowRecords.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowRecordsContent>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowRecordsContent>((Map<String, dynamic> e) => THReviseWorkflowRecordsContent.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowRecordsContentReviseHours>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowRecordsContentReviseHours>((Map<String, dynamic> e) => THReviseWorkflowRecordsContentReviseHours.fromJson(e))
|
|
|
|
+ .toList() as M;
|
|
|
|
+ }
|
|
|
|
+ if (<THReviseWorkflowRecordsContentReviseMsg>[] is M) {
|
|
|
|
+ return data.map<THReviseWorkflowRecordsContentReviseMsg>((Map<String, dynamic> e) => THReviseWorkflowRecordsContentReviseMsg.fromJson(e)).toList() as M;
|
|
|
|
+ }
|
|
if (<THUploadFileEntity>[] is M) {
|
|
if (<THUploadFileEntity>[] is M) {
|
|
return data.map<THUploadFileEntity>((Map<String, dynamic> e) => THUploadFileEntity.fromJson(e)).toList() as M;
|
|
return data.map<THUploadFileEntity>((Map<String, dynamic> e) => THUploadFileEntity.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
@@ -1010,141 +1048,11 @@ class JsonConvert {
|
|
return data.map<UkLabourRequestDetailEmploymentList>((Map<String, dynamic> e) => UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
|
|
return data.map<UkLabourRequestDetailEmploymentList>((Map<String, dynamic> e) => UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
|
|
if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
|
|
- return data.map<UkLabourRequestPreselectAddstaffListEntity>((
|
|
|
|
- Map<String, dynamic> e) =>
|
|
|
|
- UkLabourRequestPreselectAddstaffListEntity.fromJson(e)).toList() as M;
|
|
|
|
|
|
+ return data.map<UkLabourRequestPreselectAddstaffListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstaffListEntity.fromJson(e))
|
|
|
|
+ .toList() as M;
|
|
}
|
|
}
|
|
if (<UkLabourRequestPreselectAddstaffListRows>[] is 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;
|
|
|
|
|
|
+ return data.map<UkLabourRequestPreselectAddstaffListRows>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstaffListRows.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkLabourRequestPreselectedListEntity>[] is M) {
|
|
if (<UkLabourRequestPreselectedListEntity>[] is M) {
|
|
return data.map<UkLabourRequestPreselectedListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectedListEntity.fromJson(e)).toList() as M;
|
|
return data.map<UkLabourRequestPreselectedListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectedListEntity.fromJson(e)).toList() as M;
|
|
@@ -1252,9 +1160,7 @@ class JsonConvert {
|
|
return data.map<UkTemplateDetailVehicleList>((Map<String, dynamic> e) => UkTemplateDetailVehicleList.fromJson(e)).toList() as M;
|
|
return data.map<UkTemplateDetailVehicleList>((Map<String, dynamic> e) => UkTemplateDetailVehicleList.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateDetailChallenge25List>[] is M) {
|
|
if (<UkTemplateDetailChallenge25List>[] is M) {
|
|
- return data.map<UkTemplateDetailChallenge25List>((
|
|
|
|
- Map<String, dynamic> e) =>
|
|
|
|
- UkTemplateDetailChallenge25List.fromJson(e)).toList() as M;
|
|
|
|
|
|
+ return data.map<UkTemplateDetailChallenge25List>((Map<String, dynamic> e) => UkTemplateDetailChallenge25List.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateDetailIndexEntity>[] is M) {
|
|
if (<UkTemplateDetailIndexEntity>[] is M) {
|
|
return data.map<UkTemplateDetailIndexEntity>((Map<String, dynamic> e) => UkTemplateDetailIndexEntity.fromJson(e)).toList() as M;
|
|
return data.map<UkTemplateDetailIndexEntity>((Map<String, dynamic> e) => UkTemplateDetailIndexEntity.fromJson(e)).toList() as M;
|
|
@@ -1266,17 +1172,13 @@ class JsonConvert {
|
|
return data.map<UkTemplateDetailIndexVehicleList>((Map<String, dynamic> e) => UkTemplateDetailIndexVehicleList.fromJson(e)).toList() as M;
|
|
return data.map<UkTemplateDetailIndexVehicleList>((Map<String, dynamic> e) => UkTemplateDetailIndexVehicleList.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateDetailIndexChallenge25List>[] is M) {
|
|
if (<UkTemplateDetailIndexChallenge25List>[] is M) {
|
|
- return data.map<UkTemplateDetailIndexChallenge25List>((
|
|
|
|
- Map<String, dynamic> e) =>
|
|
|
|
- UkTemplateDetailIndexChallenge25List.fromJson(e)).toList() as M;
|
|
|
|
|
|
+ return data.map<UkTemplateDetailIndexChallenge25List>((Map<String, dynamic> e) => UkTemplateDetailIndexChallenge25List.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateTableEntity>[] is M) {
|
|
if (<UkTemplateTableEntity>[] is M) {
|
|
- return data.map<UkTemplateTableEntity>((Map<String, dynamic> e) =>
|
|
|
|
- UkTemplateTableEntity.fromJson(e)).toList() as M;
|
|
|
|
|
|
+ return data.map<UkTemplateTableEntity>((Map<String, dynamic> e) => UkTemplateTableEntity.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateTableRows>[] is M) {
|
|
if (<UkTemplateTableRows>[] is M) {
|
|
- return data.map<UkTemplateTableRows>((Map<String, dynamic> e) =>
|
|
|
|
- UkTemplateTableRows.fromJson(e)).toList() as M;
|
|
|
|
|
|
+ return data.map<UkTemplateTableRows>((Map<String, dynamic> e) => UkTemplateTableRows.fromJson(e)).toList() as M;
|
|
}
|
|
}
|
|
if (<UkTemplateTitleOptionEntity>[] is M) {
|
|
if (<UkTemplateTitleOptionEntity>[] is M) {
|
|
return data.map<UkTemplateTitleOptionEntity>((Map<String, dynamic> e) => UkTemplateTitleOptionEntity.fromJson(e)).toList() as M;
|
|
return data.map<UkTemplateTitleOptionEntity>((Map<String, dynamic> e) => UkTemplateTitleOptionEntity.fromJson(e)).toList() as M;
|
|
@@ -1428,6 +1330,7 @@ class JsonConvertClassCollection {
|
|
(ReviseLogSGRecords).toString(): ReviseLogSGRecords.fromJson,
|
|
(ReviseLogSGRecords).toString(): ReviseLogSGRecords.fromJson,
|
|
(ReviseLogSGRecordsContent).toString(): ReviseLogSGRecordsContent.fromJson,
|
|
(ReviseLogSGRecordsContent).toString(): ReviseLogSGRecordsContent.fromJson,
|
|
(ReviseLogSGRecordsOption).toString(): ReviseLogSGRecordsOption.fromJson,
|
|
(ReviseLogSGRecordsOption).toString(): ReviseLogSGRecordsOption.fromJson,
|
|
|
|
+ (ReviseOptionEntity).toString(): ReviseOptionEntity.fromJson,
|
|
(SGAttendanceReviewOptionEntity).toString(): SGAttendanceReviewOptionEntity.fromJson,
|
|
(SGAttendanceReviewOptionEntity).toString(): SGAttendanceReviewOptionEntity.fromJson,
|
|
(SGAttendanceReviewTableEntity).toString(): SGAttendanceReviewTableEntity.fromJson,
|
|
(SGAttendanceReviewTableEntity).toString(): SGAttendanceReviewTableEntity.fromJson,
|
|
(SGAttendanceReviewTableRows).toString(): SGAttendanceReviewTableRows.fromJson,
|
|
(SGAttendanceReviewTableRows).toString(): SGAttendanceReviewTableRows.fromJson,
|
|
@@ -1500,6 +1403,16 @@ class JsonConvertClassCollection {
|
|
(THPreSelectedStaffTableRows).toString(): THPreSelectedStaffTableRows.fromJson,
|
|
(THPreSelectedStaffTableRows).toString(): THPreSelectedStaffTableRows.fromJson,
|
|
(THPreSelectedTableEntity).toString(): THPreSelectedTableEntity.fromJson,
|
|
(THPreSelectedTableEntity).toString(): THPreSelectedTableEntity.fromJson,
|
|
(THPreSelectedTableRows).toString(): THPreSelectedTableRows.fromJson,
|
|
(THPreSelectedTableRows).toString(): THPreSelectedTableRows.fromJson,
|
|
|
|
+ (THReviseDetailEntity).toString(): THReviseDetailEntity.fromJson,
|
|
|
|
+ (THReviseTableEntity).toString(): THReviseTableEntity.fromJson,
|
|
|
|
+ (THReviseTableRows).toString(): THReviseTableRows.fromJson,
|
|
|
|
+ (THReviseWorkflowEntity).toString(): THReviseWorkflowEntity.fromJson,
|
|
|
|
+ (THReviseWorkflowRevise).toString(): THReviseWorkflowRevise.fromJson,
|
|
|
|
+ (THReviseWorkflowReviseApplied).toString(): THReviseWorkflowReviseApplied.fromJson,
|
|
|
|
+ (THReviseWorkflowRecords).toString(): THReviseWorkflowRecords.fromJson,
|
|
|
|
+ (THReviseWorkflowRecordsContent).toString(): THReviseWorkflowRecordsContent.fromJson,
|
|
|
|
+ (THReviseWorkflowRecordsContentReviseHours).toString(): THReviseWorkflowRecordsContentReviseHours.fromJson,
|
|
|
|
+ (THReviseWorkflowRecordsContentReviseMsg).toString(): THReviseWorkflowRecordsContentReviseMsg.fromJson,
|
|
(THUploadFileEntity).toString(): THUploadFileEntity.fromJson,
|
|
(THUploadFileEntity).toString(): THUploadFileEntity.fromJson,
|
|
(UKAttendanceEntity).toString(): UKAttendanceEntity.fromJson,
|
|
(UKAttendanceEntity).toString(): UKAttendanceEntity.fromJson,
|
|
(UKAttendanceRows).toString(): UKAttendanceRows.fromJson,
|
|
(UKAttendanceRows).toString(): UKAttendanceRows.fromJson,
|
|
@@ -1513,10 +1426,8 @@ class JsonConvertClassCollection {
|
|
(UKSecurityAttendanceEntity).toString(): UKSecurityAttendanceEntity.fromJson,
|
|
(UKSecurityAttendanceEntity).toString(): UKSecurityAttendanceEntity.fromJson,
|
|
(UKSecurityAttendanceRows).toString(): UKSecurityAttendanceRows.fromJson,
|
|
(UKSecurityAttendanceRows).toString(): UKSecurityAttendanceRows.fromJson,
|
|
(UKSecurityInOut).toString(): UKSecurityInOut.fromJson,
|
|
(UKSecurityInOut).toString(): UKSecurityInOut.fromJson,
|
|
- (UKSecurityAttendanceOptionEntity)
|
|
|
|
- .toString(): UKSecurityAttendanceOptionEntity.fromJson,
|
|
|
|
- (UKSecurityAttendanceOptionFilter)
|
|
|
|
- .toString(): UKSecurityAttendanceOptionFilter.fromJson,
|
|
|
|
|
|
+ (UKSecurityAttendanceOptionEntity).toString(): UKSecurityAttendanceOptionEntity.fromJson,
|
|
|
|
+ (UKSecurityAttendanceOptionFilter).toString(): UKSecurityAttendanceOptionFilter.fromJson,
|
|
(UkAttendanceReviewEntity).toString(): UkAttendanceReviewEntity.fromJson,
|
|
(UkAttendanceReviewEntity).toString(): UkAttendanceReviewEntity.fromJson,
|
|
(UkAttendanceReviewRows).toString(): UkAttendanceReviewRows.fromJson,
|
|
(UkAttendanceReviewRows).toString(): UkAttendanceReviewRows.fromJson,
|
|
(UkAttendanceReviewRemarkEntity).toString(): UkAttendanceReviewRemarkEntity.fromJson,
|
|
(UkAttendanceReviewRemarkEntity).toString(): UkAttendanceReviewRemarkEntity.fromJson,
|
|
@@ -1536,64 +1447,35 @@ class JsonConvertClassCollection {
|
|
(UkJobAppliedReviseLogRecordsContentReason).toString(): UkJobAppliedReviseLogRecordsContentReason.fromJson,
|
|
(UkJobAppliedReviseLogRecordsContentReason).toString(): UkJobAppliedReviseLogRecordsContentReason.fromJson,
|
|
(UkJobAppliedStaffListEntity).toString(): UkJobAppliedStaffListEntity.fromJson,
|
|
(UkJobAppliedStaffListEntity).toString(): UkJobAppliedStaffListEntity.fromJson,
|
|
(UkJobAppliedStaffListRows).toString(): UkJobAppliedStaffListRows.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,
|
|
|
|
+ (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,
|
|
(UkLabourRequestTableRows).toString(): UkLabourRequestTableRows.fromJson,
|
|
(UkLabourReviewStatusEntity).toString(): UkLabourReviewStatusEntity.fromJson,
|
|
(UkLabourReviewStatusEntity).toString(): UkLabourReviewStatusEntity.fromJson,
|
|
(UkLabourReviewStatusRow).toString(): UkLabourReviewStatusRow.fromJson,
|
|
(UkLabourReviewStatusRow).toString(): UkLabourReviewStatusRow.fromJson,
|
|
@@ -1617,24 +1499,16 @@ class JsonConvertClassCollection {
|
|
(UkTemplateDetailEntity).toString(): UkTemplateDetailEntity.fromJson,
|
|
(UkTemplateDetailEntity).toString(): UkTemplateDetailEntity.fromJson,
|
|
(UkTemplateDetailRow).toString(): UkTemplateDetailRow.fromJson,
|
|
(UkTemplateDetailRow).toString(): UkTemplateDetailRow.fromJson,
|
|
(UkTemplateDetailTitleList).toString(): UkTemplateDetailTitleList.fromJson,
|
|
(UkTemplateDetailTitleList).toString(): UkTemplateDetailTitleList.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,
|
|
|
|
|
|
+ (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,
|
|
(UkTemplateTableEntity).toString(): UkTemplateTableEntity.fromJson,
|
|
(UkTemplateTableRows).toString(): UkTemplateTableRows.fromJson,
|
|
(UkTemplateTableRows).toString(): UkTemplateTableRows.fromJson,
|
|
- (UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity
|
|
|
|
- .fromJson,
|
|
|
|
|
|
+ (UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity.fromJson,
|
|
(ServerTime).toString(): ServerTime.fromJson,
|
|
(ServerTime).toString(): ServerTime.fromJson,
|
|
};
|
|
};
|
|
|
|
|