json_convert_content.dart 96 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576
  1. // ignore_for_file: non_constant_identifier_names
  2. // ignore_for_file: camel_case_types
  3. // ignore_for_file: prefer_single_quotes
  4. // This file is automatically generated. DO NOT EDIT, all your changes would be lost.
  5. import 'package:flutter/material.dart' show debugPrint;
  6. import 'package:domain/entity/response/add_edit_revise_view_s_g_entity.dart';
  7. import 'package:domain/entity/response/agency_detail_entity.dart';
  8. import 'package:domain/entity/response/agency_option_entity.dart';
  9. import 'package:domain/entity/response/agency_table_entity.dart';
  10. import 'package:domain/entity/response/attendance_entity.dart';
  11. import 'package:domain/entity/response/attendance_review_entity.dart';
  12. import 'package:domain/entity/response/check_success_entity.dart';
  13. import 'package:domain/entity/response/contract_detail_entity.dart';
  14. import 'package:domain/entity/response/contract_option_entity.dart';
  15. import 'package:domain/entity/response/contract_position_add_option_entity.dart';
  16. import 'package:domain/entity/response/contract_position_option_entity.dart';
  17. import 'package:domain/entity/response/contract_position_rate_detail_entity.dart';
  18. import 'package:domain/entity/response/contract_position_rate_specific_option_entity.dart';
  19. import 'package:domain/entity/response/contract_position_rate_table_entity.dart';
  20. import 'package:domain/entity/response/contract_position_table_entity.dart';
  21. import 'package:domain/entity/response/contract_table_entity.dart';
  22. import 'package:domain/entity/response/device_list_entity.dart';
  23. import 'package:domain/entity/response/fiance_report_entity.dart';
  24. import 'package:domain/entity/response/hotel_info_entity.dart';
  25. import 'package:domain/entity/response/id_name_entity.dart';
  26. import 'package:domain/entity/response/index_option_entity.dart';
  27. import 'package:domain/entity/response/job_applied_edit_index_s_g_entity.dart';
  28. import 'package:domain/entity/response/job_applied_index_s_g_entity.dart';
  29. import 'package:domain/entity/response/job_applied_list_s_g_entity.dart';
  30. import 'package:domain/entity/response/job_applied_remark_view_s_g_entity.dart';
  31. import 'package:domain/entity/response/job_applied_staff_s_g_entity.dart';
  32. import 'package:domain/entity/response/job_list_add_staff_entity.dart';
  33. import 'package:domain/entity/response/job_list_applied_edit_entity.dart';
  34. import 'package:domain/entity/response/job_list_applied_info_entity.dart';
  35. import 'package:domain/entity/response/job_list_applied_staff_list_entity.dart';
  36. import 'package:domain/entity/response/job_list_applied_staff_search_entity.dart';
  37. import 'package:domain/entity/response/job_list_applied_work_flow_entity.dart';
  38. import 'package:domain/entity/response/job_list_detail_entity.dart';
  39. import 'package:domain/entity/response/job_list_e_r_detail_entity.dart';
  40. import 'package:domain/entity/response/job_list_e_r_option_entity.dart';
  41. import 'package:domain/entity/response/job_list_edit_index_s_g_entity.dart';
  42. import 'package:domain/entity/response/job_list_entity.dart';
  43. import 'package:domain/entity/response/job_list_index_entity.dart';
  44. import 'package:domain/entity/response/job_list_index_s_g_entity.dart';
  45. import 'package:domain/entity/response/job_list_remark_view_entity.dart';
  46. import 'package:domain/entity/response/job_list_s_g_entity.dart';
  47. import 'package:domain/entity/response/job_template_edit_index_entity.dart';
  48. import 'package:domain/entity/response/job_template_s_g_entity.dart';
  49. import 'package:domain/entity/response/job_title_edit_index_entity.dart';
  50. import 'package:domain/entity/response/job_title_s_g_entity.dart';
  51. import 'package:domain/entity/response/labour_list_e_r_entity.dart';
  52. import 'package:domain/entity/response/labour_report_entity.dart';
  53. import 'package:domain/entity/response/labour_report_v_n_entity.dart';
  54. import 'package:domain/entity/response/labour_request_e_r_entity.dart';
  55. import 'package:domain/entity/response/labour_request_e_r_option_entity.dart';
  56. import 'package:domain/entity/response/labour_request_edit_index_entity.dart';
  57. import 'package:domain/entity/response/labour_request_index_entity.dart';
  58. import 'package:domain/entity/response/labour_request_list_entity.dart';
  59. import 'package:domain/entity/response/labour_request_work_flow_entity.dart';
  60. import 'package:domain/entity/response/labour_review_list_entity.dart';
  61. import 'package:domain/entity/response/labour_review_status_entity.dart';
  62. import 'package:domain/entity/response/position_table_entity.dart';
  63. import 'package:domain/entity/response/revise_index_s_g_entity.dart';
  64. import 'package:domain/entity/response/revise_list_s_g_entity.dart';
  65. import 'package:domain/entity/response/revise_log_s_g_entity.dart';
  66. import 'package:domain/entity/response/revise_option_entity.dart';
  67. import 'package:domain/entity/response/s_g_attendance_review_option_entity.dart';
  68. import 'package:domain/entity/response/s_g_attendance_review_table_entity.dart';
  69. import 'package:domain/entity/response/s_g_attendance_review_workflow_entity.dart';
  70. import 'package:domain/entity/response/s_g_dashboard_entity.dart';
  71. import 'package:domain/entity/response/s_g_labour_request_add_option_entity.dart';
  72. import 'package:domain/entity/response/s_g_labour_request_detail_entity.dart';
  73. import 'package:domain/entity/response/s_g_labour_request_option_entity.dart';
  74. import 'package:domain/entity/response/s_g_labour_request_table_entity.dart';
  75. import 'package:domain/entity/response/s_g_labour_request_worl_flow_entity.dart';
  76. import 'package:domain/entity/response/s_g_labour_review_option_entity.dart';
  77. import 'package:domain/entity/response/s_g_labour_review_table_entity.dart';
  78. import 'package:domain/entity/response/sign_in_sign_out_entity.dart';
  79. import 'package:domain/entity/response/staff_detail_entity.dart';
  80. import 'package:domain/entity/response/staff_detail_s_g_entity.dart';
  81. import 'package:domain/entity/response/staff_job_history_s_g_entity.dart';
  82. import 'package:domain/entity/response/staff_labour_history_entity.dart';
  83. import 'package:domain/entity/response/staff_remark_history_entity.dart';
  84. import 'package:domain/entity/response/staff_report_v_n_entity.dart';
  85. import 'package:domain/entity/response/staff_request_report_entity.dart';
  86. import 'package:domain/entity/response/staff_review_history_s_g_entity.dart';
  87. import 'package:domain/entity/response/switch_project_entity.dart';
  88. import 'package:domain/entity/response/t_h_applied_edit_entity.dart';
  89. import 'package:domain/entity/response/t_h_applied_employee_entity.dart';
  90. import 'package:domain/entity/response/t_h_applied_index_entity.dart';
  91. import 'package:domain/entity/response/t_h_applied_table_entity.dart';
  92. import 'package:domain/entity/response/t_h_employee_detail_entity.dart';
  93. import 'package:domain/entity/response/t_h_employee_remarks_entity.dart';
  94. import 'package:domain/entity/response/t_h_o_a_attachment_entity.dart';
  95. import 'package:domain/entity/response/t_h_o_a_labour_detail_entity.dart';
  96. import 'package:domain/entity/response/t_h_o_a_labour_review_table_entity.dart';
  97. import 'package:domain/entity/response/t_h_o_a_labour_table_entity.dart';
  98. import 'package:domain/entity/response/t_h_pre_selected_option_entity.dart';
  99. import 'package:domain/entity/response/t_h_pre_selected_staff_table_entity.dart';
  100. import 'package:domain/entity/response/t_h_pre_selected_table_entity.dart';
  101. import 'package:domain/entity/response/t_h_revise_detail_entity.dart';
  102. import 'package:domain/entity/response/t_h_revise_table_entity.dart';
  103. import 'package:domain/entity/response/t_h_revise_workflow_entity.dart';
  104. import 'package:domain/entity/response/t_h_upload_file_entity.dart';
  105. import 'package:domain/entity/response/u_k_attendance_entity.dart';
  106. import 'package:domain/entity/response/u_k_report_attendance_entity.dart';
  107. import 'package:domain/entity/response/u_k_report_labour_entity.dart';
  108. import 'package:domain/entity/response/u_k_report_working_hours_entity.dart';
  109. import 'package:domain/entity/response/u_k_security_attendance_entity.dart';
  110. import 'package:domain/entity/response/u_k_security_attendance_option_entity.dart';
  111. import 'package:domain/entity/response/uk_attendance_review_entity.dart';
  112. import 'package:domain/entity/response/uk_attendance_review_remark_entity.dart';
  113. import 'package:domain/entity/response/uk_job_applied_revise_add_detail_entity.dart';
  114. import 'package:domain/entity/response/uk_job_applied_revise_edit_detail_entity.dart';
  115. import 'package:domain/entity/response/uk_job_applied_revise_info_entity.dart';
  116. import 'package:domain/entity/response/uk_job_applied_revise_log_entity.dart';
  117. import 'package:domain/entity/response/uk_job_applied_staff_list_entity.dart';
  118. import 'package:domain/entity/response/uk_job_list_applied_staff_search_entity.dart';
  119. import 'package:domain/entity/response/uk_job_list_applied_staff_selectoptions_entity.dart';
  120. import 'package:domain/entity/response/uk_job_list_detail_entity.dart';
  121. import 'package:domain/entity/response/uk_job_template_detail_by_select_title_entity.dart';
  122. import 'package:domain/entity/response/uk_lab_req_show_template_entity.dart';
  123. import 'package:domain/entity/response/uk_labour_request_detail_entity.dart';
  124. import 'package:domain/entity/response/uk_labour_request_preselect_addstaff_list_entity.dart';
  125. import 'package:domain/entity/response/uk_labour_request_preselected_list_entity.dart';
  126. import 'package:domain/entity/response/uk_labour_request_review_detail_entity.dart';
  127. import 'package:domain/entity/response/uk_labour_request_review_list_entity.dart';
  128. import 'package:domain/entity/response/uk_labour_request_table_entity.dart';
  129. import 'package:domain/entity/response/uk_labour_review_status_entity.dart';
  130. import 'package:domain/entity/response/uk_report_casual_entity.dart';
  131. import 'package:domain/entity/response/uk_report_casual_pay_entity.dart';
  132. import 'package:domain/entity/response/uk_report_outlet_entity.dart';
  133. import 'package:domain/entity/response/uk_staff_detail_entity.dart';
  134. import 'package:domain/entity/response/uk_staff_labour_history_entity.dart';
  135. import 'package:domain/entity/response/uk_template_detail_entity.dart';
  136. import 'package:domain/entity/response/uk_template_detail_index_entity.dart';
  137. import 'package:domain/entity/response/uk_template_table_entity.dart';
  138. import 'package:domain/entity/response/uk_template_title_option_entity.dart';
  139. import 'package:domain/entity/server_time.dart';
  140. JsonConvert jsonConvert = JsonConvert();
  141. typedef JsonConvertFunction<T> = T Function(Map<String, dynamic> json);
  142. typedef EnumConvertFunction<T> = T Function(String value);
  143. typedef ConvertExceptionHandler = void Function(Object error, StackTrace stackTrace);
  144. extension MapSafeExt<K, V> on Map<K, V> {
  145. T? getOrNull<T>(K? key) {
  146. if (!containsKey(key) || key == null) {
  147. return null;
  148. } else {
  149. return this[key] as T?;
  150. }
  151. }
  152. }
  153. class JsonConvert {
  154. static ConvertExceptionHandler? onError;
  155. JsonConvertClassCollection convertFuncMap = JsonConvertClassCollection();
  156. /// When you are in the development, to generate a new model class, hot-reload doesn't find new generation model class, you can build on MaterialApp method called jsonConvert. ReassembleConvertFuncMap (); This method only works in a development environment
  157. /// https://flutter.cn/docs/development/tools/hot-reload
  158. /// class MyApp extends StatelessWidget {
  159. /// const MyApp({Key? key})
  160. /// : super(key: key);
  161. ///
  162. /// @override
  163. /// Widget build(BuildContext context) {
  164. /// jsonConvert.reassembleConvertFuncMap();
  165. /// return MaterialApp();
  166. /// }
  167. /// }
  168. void reassembleConvertFuncMap() {
  169. bool isReleaseMode = const bool.fromEnvironment('dart.vm.product');
  170. if (!isReleaseMode) {
  171. convertFuncMap = JsonConvertClassCollection();
  172. }
  173. }
  174. T? convert<T>(dynamic value, {EnumConvertFunction? enumConvert}) {
  175. if (value == null) {
  176. return null;
  177. }
  178. if (value is T) {
  179. return value;
  180. }
  181. try {
  182. return _asT<T>(value, enumConvert: enumConvert);
  183. } catch (e, stackTrace) {
  184. debugPrint('asT<$T> $e $stackTrace');
  185. if (onError != null) {
  186. onError!(e, stackTrace);
  187. }
  188. return null;
  189. }
  190. }
  191. List<T?>? convertList<T>(List<dynamic>? value, {EnumConvertFunction? enumConvert}) {
  192. if (value == null) {
  193. return null;
  194. }
  195. try {
  196. return value.map((dynamic e) => _asT<T>(e, enumConvert: enumConvert)).toList();
  197. } catch (e, stackTrace) {
  198. debugPrint('asT<$T> $e $stackTrace');
  199. if (onError != null) {
  200. onError!(e, stackTrace);
  201. }
  202. return <T>[];
  203. }
  204. }
  205. List<T>? convertListNotNull<T>(dynamic value, {EnumConvertFunction? enumConvert}) {
  206. if (value == null) {
  207. return null;
  208. }
  209. try {
  210. return (value as List<dynamic>).map((dynamic e) => _asT<T>(e, enumConvert: enumConvert)!).toList();
  211. } catch (e, stackTrace) {
  212. debugPrint('asT<$T> $e $stackTrace');
  213. if (onError != null) {
  214. onError!(e, stackTrace);
  215. }
  216. return <T>[];
  217. }
  218. }
  219. T? _asT<T extends Object?>(dynamic value,
  220. {EnumConvertFunction? enumConvert}) {
  221. final String type = T.toString();
  222. final String valueS = value.toString();
  223. if (enumConvert != null) {
  224. return enumConvert(valueS) as T;
  225. } else if (type == "String") {
  226. return valueS as T;
  227. } else if (type == "int") {
  228. final int? intValue = int.tryParse(valueS);
  229. if (intValue == null) {
  230. return double.tryParse(valueS)?.toInt() as T?;
  231. } else {
  232. return intValue as T;
  233. }
  234. } else if (type == "double") {
  235. return double.parse(valueS) as T;
  236. } else if (type == "DateTime") {
  237. return DateTime.parse(valueS) as T;
  238. } else if (type == "bool") {
  239. if (valueS == '0' || valueS == '1') {
  240. return (valueS == '1') as T;
  241. }
  242. return (valueS == 'true') as T;
  243. } else if (type == "Map" || type.startsWith("Map<")) {
  244. return value as T;
  245. } else {
  246. if (convertFuncMap.containsKey(type)) {
  247. if (value == null) {
  248. return null;
  249. }
  250. var covertFunc = convertFuncMap[type]!;
  251. if (covertFunc is Map<String, dynamic>) {
  252. return covertFunc(value as Map<String, dynamic>) as T;
  253. } else {
  254. return covertFunc(Map<String, dynamic>.from(value)) as T;
  255. }
  256. } else {
  257. throw UnimplementedError('$type unimplemented,you can try running the app again');
  258. }
  259. }
  260. }
  261. //list is returned by type
  262. static M? _getListChildType<M>(List<Map<String, dynamic>> data) {
  263. if (<AddEditReviseViewSGEntity>[] is M) {
  264. return data.map<AddEditReviseViewSGEntity>((Map<String, dynamic> e) => AddEditReviseViewSGEntity.fromJson(e)).toList() as M;
  265. }
  266. if (<AgencyDetailEntity>[] is M) {
  267. return data.map<AgencyDetailEntity>((Map<String, dynamic> e) => AgencyDetailEntity.fromJson(e)).toList() as M;
  268. }
  269. if (<AgencyDetailPivot>[] is M) {
  270. return data.map<AgencyDetailPivot>((Map<String, dynamic> e) => AgencyDetailPivot.fromJson(e)).toList() as M;
  271. }
  272. if (<AgencyOptionEntity>[] is M) {
  273. return data.map<AgencyOptionEntity>((Map<String, dynamic> e) => AgencyOptionEntity.fromJson(e)).toList() as M;
  274. }
  275. if (<AgencyTableEntity>[] is M) {
  276. return data.map<AgencyTableEntity>((Map<String, dynamic> e) => AgencyTableEntity.fromJson(e)).toList() as M;
  277. }
  278. if (<AgencyTableRows>[] is M) {
  279. return data.map<AgencyTableRows>((Map<String, dynamic> e) => AgencyTableRows.fromJson(e)).toList() as M;
  280. }
  281. if (<AttendanceEntity>[] is M) {
  282. return data.map<AttendanceEntity>((Map<String, dynamic> e) => AttendanceEntity.fromJson(e)).toList() as M;
  283. }
  284. if (<AttendanceList>[] is M) {
  285. return data.map<AttendanceList>((Map<String, dynamic> e) => AttendanceList.fromJson(e)).toList() as M;
  286. }
  287. if (<AttendanceReviewEntity>[] is M) {
  288. return data.map<AttendanceReviewEntity>((Map<String, dynamic> e) => AttendanceReviewEntity.fromJson(e)).toList() as M;
  289. }
  290. if (<AttendanceReviewRows>[] is M) {
  291. return data.map<AttendanceReviewRows>((Map<String, dynamic> e) => AttendanceReviewRows.fromJson(e)).toList() as M;
  292. }
  293. if (<CheckSuccessEntity>[] is M) {
  294. return data.map<CheckSuccessEntity>((Map<String, dynamic> e) => CheckSuccessEntity.fromJson(e)).toList() as M;
  295. }
  296. if (<ContractDetailEntity>[] is M) {
  297. return data.map<ContractDetailEntity>((Map<String, dynamic> e) => ContractDetailEntity.fromJson(e)).toList() as M;
  298. }
  299. if (<ContractDetailRow>[] is M) {
  300. return data.map<ContractDetailRow>((Map<String, dynamic> e) => ContractDetailRow.fromJson(e)).toList() as M;
  301. }
  302. if (<ContractOptionEntity>[] is M) {
  303. return data.map<ContractOptionEntity>((Map<String, dynamic> e) => ContractOptionEntity.fromJson(e)).toList() as M;
  304. }
  305. if (<ContractPositionAddOptionEntity>[] is M) {
  306. return data.map<ContractPositionAddOptionEntity>((Map<String, dynamic> e) => ContractPositionAddOptionEntity.fromJson(e)).toList() as M;
  307. }
  308. if (<ContractPositionOptionEntity>[] is M) {
  309. return data.map<ContractPositionOptionEntity>((Map<String, dynamic> e) => ContractPositionOptionEntity.fromJson(e)).toList() as M;
  310. }
  311. if (<ContractPositionRateDetailEntity>[] is M) {
  312. return data.map<ContractPositionRateDetailEntity>((Map<String, dynamic> e) => ContractPositionRateDetailEntity.fromJson(e)).toList() as M;
  313. }
  314. if (<ContractPositionRateSpecificOptionEntity>[] is M) {
  315. return data.map<ContractPositionRateSpecificOptionEntity>((Map<String, dynamic> e) => ContractPositionRateSpecificOptionEntity.fromJson(e)).toList() as M;
  316. }
  317. if (<ContractPositionRateTableEntity>[] is M) {
  318. return data.map<ContractPositionRateTableEntity>((Map<String, dynamic> e) => ContractPositionRateTableEntity.fromJson(e)).toList() as M;
  319. }
  320. if (<ContractPositionRateTableRows>[] is M) {
  321. return data.map<ContractPositionRateTableRows>((Map<String, dynamic> e) => ContractPositionRateTableRows.fromJson(e)).toList() as M;
  322. }
  323. if (<ContractPositionTableEntity>[] is M) {
  324. return data.map<ContractPositionTableEntity>((Map<String, dynamic> e) => ContractPositionTableEntity.fromJson(e)).toList() as M;
  325. }
  326. if (<ContractPositionTableRows>[] is M) {
  327. return data.map<ContractPositionTableRows>((Map<String, dynamic> e) => ContractPositionTableRows.fromJson(e)).toList() as M;
  328. }
  329. if (<ContractTableEntity>[] is M) {
  330. return data.map<ContractTableEntity>((Map<String, dynamic> e) => ContractTableEntity.fromJson(e)).toList() as M;
  331. }
  332. if (<ContractTableRows>[] is M) {
  333. return data.map<ContractTableRows>((Map<String, dynamic> e) => ContractTableRows.fromJson(e)).toList() as M;
  334. }
  335. if (<DeviceListEntity>[] is M) {
  336. return data.map<DeviceListEntity>((Map<String, dynamic> e) => DeviceListEntity.fromJson(e)).toList() as M;
  337. }
  338. if (<DeviceListRows>[] is M) {
  339. return data.map<DeviceListRows>((Map<String, dynamic> e) => DeviceListRows.fromJson(e)).toList() as M;
  340. }
  341. if (<FianceReportEntity>[] is M) {
  342. return data.map<FianceReportEntity>((Map<String, dynamic> e) => FianceReportEntity.fromJson(e)).toList() as M;
  343. }
  344. if (<FianceReportRateList>[] is M) {
  345. return data.map<FianceReportRateList>((Map<String, dynamic> e) => FianceReportRateList.fromJson(e)).toList() as M;
  346. }
  347. if (<HotelInfoEntity>[] is M) {
  348. return data.map<HotelInfoEntity>((Map<String, dynamic> e) => HotelInfoEntity.fromJson(e)).toList() as M;
  349. }
  350. if (<HotelInfoMenus>[] is M) {
  351. return data.map<HotelInfoMenus>((Map<String, dynamic> e) => HotelInfoMenus.fromJson(e)).toList() as M;
  352. }
  353. if (<HotelInfoMenusChildren>[] is M) {
  354. return data.map<HotelInfoMenusChildren>((Map<String, dynamic> e) => HotelInfoMenusChildren.fromJson(e)).toList() as M;
  355. }
  356. if (<IdNameEntity>[] is M) {
  357. return data.map<IdNameEntity>((Map<String, dynamic> e) => IdNameEntity.fromJson(e)).toList() as M;
  358. }
  359. if (<IndexOptionEntity>[] is M) {
  360. return data.map<IndexOptionEntity>((Map<String, dynamic> e) => IndexOptionEntity.fromJson(e)).toList() as M;
  361. }
  362. if (<JobAppliedEditIndexSGEntity>[] is M) {
  363. return data.map<JobAppliedEditIndexSGEntity>((Map<String, dynamic> e) => JobAppliedEditIndexSGEntity.fromJson(e)).toList() as M;
  364. }
  365. if (<JobAppliedEditIndexSGStatusList>[] is M) {
  366. return data.map<JobAppliedEditIndexSGStatusList>((Map<String, dynamic> e) => JobAppliedEditIndexSGStatusList.fromJson(e)).toList() as M;
  367. }
  368. if (<JobAppliedIndexSGEntity>[] is M) {
  369. return data.map<JobAppliedIndexSGEntity>((Map<String, dynamic> e) => JobAppliedIndexSGEntity.fromJson(e)).toList() as M;
  370. }
  371. if (<JobAppliedIndexSGStatusList>[] is M) {
  372. return data.map<JobAppliedIndexSGStatusList>((Map<String, dynamic> e) => JobAppliedIndexSGStatusList.fromJson(e)).toList() as M;
  373. }
  374. if (<JobAppliedListSGEntity>[] is M) {
  375. return data.map<JobAppliedListSGEntity>((Map<String, dynamic> e) => JobAppliedListSGEntity.fromJson(e)).toList() as M;
  376. }
  377. if (<JobAppliedListSGRows>[] is M) {
  378. return data.map<JobAppliedListSGRows>((Map<String, dynamic> e) => JobAppliedListSGRows.fromJson(e)).toList() as M;
  379. }
  380. if (<JobAppliedListSGRowsCheck>[] is M) {
  381. return data.map<JobAppliedListSGRowsCheck>((Map<String, dynamic> e) => JobAppliedListSGRowsCheck.fromJson(e)).toList() as M;
  382. }
  383. if (<JobAppliedListSGRowsStatusList>[] is M) {
  384. return data.map<JobAppliedListSGRowsStatusList>((Map<String, dynamic> e) => JobAppliedListSGRowsStatusList.fromJson(e)).toList() as M;
  385. }
  386. if (<JobAppliedRemarkViewSGEntity>[] is M) {
  387. return data.map<JobAppliedRemarkViewSGEntity>((Map<String, dynamic> e) => JobAppliedRemarkViewSGEntity.fromJson(e)).toList() as M;
  388. }
  389. if (<JobAppliedStaffSGEntity>[] is M) {
  390. return data.map<JobAppliedStaffSGEntity>((Map<String, dynamic> e) => JobAppliedStaffSGEntity.fromJson(e)).toList() as M;
  391. }
  392. if (<JobAppliedStaffSGRows>[] is M) {
  393. return data.map<JobAppliedStaffSGRows>((Map<String, dynamic> e) => JobAppliedStaffSGRows.fromJson(e)).toList() as M;
  394. }
  395. if (<JobListAddStaffEntity>[] is M) {
  396. return data.map<JobListAddStaffEntity>((Map<String, dynamic> e) => JobListAddStaffEntity.fromJson(e)).toList() as M;
  397. }
  398. if (<JobListAddStaffResultList>[] is M) {
  399. return data.map<JobListAddStaffResultList>((Map<String, dynamic> e) => JobListAddStaffResultList.fromJson(e)).toList() as M;
  400. }
  401. if (<JobListAppliedEditEntity>[] is M) {
  402. return data.map<JobListAppliedEditEntity>((Map<String, dynamic> e) => JobListAppliedEditEntity.fromJson(e)).toList() as M;
  403. }
  404. if (<JobListAppliedEditReasonList>[] is M) {
  405. return data.map<JobListAppliedEditReasonList>((Map<String, dynamic> e) => JobListAppliedEditReasonList.fromJson(e)).toList() as M;
  406. }
  407. if (<JobListAppliedInfoEntity>[] is M) {
  408. return data.map<JobListAppliedInfoEntity>((Map<String, dynamic> e) => JobListAppliedInfoEntity.fromJson(e)).toList() as M;
  409. }
  410. if (<JobListAppliedStaffListEntity>[] is M) {
  411. return data.map<JobListAppliedStaffListEntity>((Map<String, dynamic> e) => JobListAppliedStaffListEntity.fromJson(e)).toList() as M;
  412. }
  413. if (<JobListAppliedStaffListRows>[] is M) {
  414. return data.map<JobListAppliedStaffListRows>((Map<String, dynamic> e) => JobListAppliedStaffListRows.fromJson(e)).toList() as M;
  415. }
  416. if (<JobListAppliedStaffListRowsSecurityIn>[] is M) {
  417. return data.map<JobListAppliedStaffListRowsSecurityIn>((Map<String, dynamic> e) => JobListAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
  418. }
  419. if (<JobListAppliedStaffListRowsSecurityOut>[] is M) {
  420. return data.map<JobListAppliedStaffListRowsSecurityOut>((Map<String, dynamic> e) => JobListAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
  421. }
  422. if (<JobListAppliedStaffListRowsWorkIn>[] is M) {
  423. return data.map<JobListAppliedStaffListRowsWorkIn>((Map<String, dynamic> e) => JobListAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
  424. }
  425. if (<JobListAppliedStaffListRowsWorkOut>[] is M) {
  426. return data.map<JobListAppliedStaffListRowsWorkOut>((Map<String, dynamic> e) => JobListAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
  427. }
  428. if (<JobListAppliedStaffSearchEntity>[] is M) {
  429. return data.map<JobListAppliedStaffSearchEntity>((Map<String, dynamic> e) => JobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
  430. }
  431. if (<JobListAppliedStaffSearchRows>[] is M) {
  432. return data.map<JobListAppliedStaffSearchRows>((Map<String, dynamic> e) => JobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
  433. }
  434. if (<JobListAppliedWorkFlowEntity>[] is M) {
  435. return data.map<JobListAppliedWorkFlowEntity>((Map<String, dynamic> e) => JobListAppliedWorkFlowEntity.fromJson(e)).toList() as M;
  436. }
  437. if (<JobListAppliedWorkFlowRecords>[] is M) {
  438. return data.map<JobListAppliedWorkFlowRecords>((Map<String, dynamic> e) => JobListAppliedWorkFlowRecords.fromJson(e)).toList() as M;
  439. }
  440. if (<JobListDetailEntity>[] is M) {
  441. return data.map<JobListDetailEntity>((Map<String, dynamic> e) => JobListDetailEntity.fromJson(e)).toList() as M;
  442. }
  443. if (<JobListDetailDepartmentList>[] is M) {
  444. return data.map<JobListDetailDepartmentList>((Map<String, dynamic> e) => JobListDetailDepartmentList.fromJson(e)).toList() as M;
  445. }
  446. if (<JobListERDetailEntity>[] is M) {
  447. return data.map<JobListERDetailEntity>((Map<String, dynamic> e) => JobListERDetailEntity.fromJson(e)).toList() as M;
  448. }
  449. if (<JobListERDetailJob>[] is M) {
  450. return data.map<JobListERDetailJob>((Map<String, dynamic> e) => JobListERDetailJob.fromJson(e)).toList() as M;
  451. }
  452. if (<JobListEROptionEntity>[] is M) {
  453. return data.map<JobListEROptionEntity>((Map<String, dynamic> e) => JobListEROptionEntity.fromJson(e)).toList() as M;
  454. }
  455. if (<JobListEROptionFilter>[] is M) {
  456. return data.map<JobListEROptionFilter>((Map<String, dynamic> e) => JobListEROptionFilter.fromJson(e)).toList() as M;
  457. }
  458. if (<JobListEditIndexSGEntity>[] is M) {
  459. return data.map<JobListEditIndexSGEntity>((Map<String, dynamic> e) => JobListEditIndexSGEntity.fromJson(e)).toList() as M;
  460. }
  461. if (<JobListEditIndexOption>[] is M) {
  462. return data.map<JobListEditIndexOption>((Map<String, dynamic> e) => JobListEditIndexOption.fromJson(e)).toList() as M;
  463. }
  464. if (<JobListEntity>[] is M) {
  465. return data.map<JobListEntity>((Map<String, dynamic> e) => JobListEntity.fromJson(e)).toList() as M;
  466. }
  467. if (<JobListRows>[] is M) {
  468. return data.map<JobListRows>((Map<String, dynamic> e) => JobListRows.fromJson(e)).toList() as M;
  469. }
  470. if (<JobListIndexEntity>[] is M) {
  471. return data.map<JobListIndexEntity>((Map<String, dynamic> e) => JobListIndexEntity.fromJson(e)).toList() as M;
  472. }
  473. if (<JobListIndexDepartmentList>[] is M) {
  474. return data.map<JobListIndexDepartmentList>((Map<String, dynamic> e) => JobListIndexDepartmentList.fromJson(e)).toList() as M;
  475. }
  476. if (<JobListIndexStatusList>[] is M) {
  477. return data.map<JobListIndexStatusList>((Map<String, dynamic> e) => JobListIndexStatusList.fromJson(e)).toList() as M;
  478. }
  479. if (<JobListIndexSGEntity>[] is M) {
  480. return data.map<JobListIndexSGEntity>((Map<String, dynamic> e) => JobListIndexSGEntity.fromJson(e)).toList() as M;
  481. }
  482. if (<JobListIndexSGOption>[] is M) {
  483. return data.map<JobListIndexSGOption>((Map<String, dynamic> e) => JobListIndexSGOption.fromJson(e)).toList() as M;
  484. }
  485. if (<JobListRemarkViewEntity>[] is M) {
  486. return data.map<JobListRemarkViewEntity>((Map<String, dynamic> e) => JobListRemarkViewEntity.fromJson(e)).toList() as M;
  487. }
  488. if (<JobListSGEntity>[] is M) {
  489. return data.map<JobListSGEntity>((Map<String, dynamic> e) => JobListSGEntity.fromJson(e)).toList() as M;
  490. }
  491. if (<JobListSGRows>[] is M) {
  492. return data.map<JobListSGRows>((Map<String, dynamic> e) => JobListSGRows.fromJson(e)).toList() as M;
  493. }
  494. if (<JobTemplateEditIndexEntity>[] is M) {
  495. return data.map<JobTemplateEditIndexEntity>((Map<String, dynamic> e) => JobTemplateEditIndexEntity.fromJson(e)).toList() as M;
  496. }
  497. if (<JobTemplateEditIndexAgeList>[] is M) {
  498. return data.map<JobTemplateEditIndexAgeList>((Map<String, dynamic> e) => JobTemplateEditIndexAgeList.fromJson(e)).toList() as M;
  499. }
  500. if (<JobTemplateEditIndexSexList>[] is M) {
  501. return data.map<JobTemplateEditIndexSexList>((Map<String, dynamic> e) => JobTemplateEditIndexSexList.fromJson(e)).toList() as M;
  502. }
  503. if (<JobTemplateEditIndexLanguageList>[] is M) {
  504. return data.map<JobTemplateEditIndexLanguageList>((Map<String, dynamic> e) => JobTemplateEditIndexLanguageList.fromJson(e)).toList() as M;
  505. }
  506. if (<JobTemplateSGEntity>[] is M) {
  507. return data.map<JobTemplateSGEntity>((Map<String, dynamic> e) => JobTemplateSGEntity.fromJson(e)).toList() as M;
  508. }
  509. if (<JobTemplateSGRows>[] is M) {
  510. return data.map<JobTemplateSGRows>((Map<String, dynamic> e) => JobTemplateSGRows.fromJson(e)).toList() as M;
  511. }
  512. if (<JobTitleEditIndexEntity>[] is M) {
  513. return data.map<JobTitleEditIndexEntity>((Map<String, dynamic> e) => JobTitleEditIndexEntity.fromJson(e)).toList() as M;
  514. }
  515. if (<JobTitleEditIndexTemplate>[] is M) {
  516. return data.map<JobTitleEditIndexTemplate>((Map<String, dynamic> e) => JobTitleEditIndexTemplate.fromJson(e)).toList() as M;
  517. }
  518. if (<JobTitleSGEntity>[] is M) {
  519. return data.map<JobTitleSGEntity>((Map<String, dynamic> e) => JobTitleSGEntity.fromJson(e)).toList() as M;
  520. }
  521. if (<JobTitleSGRows>[] is M) {
  522. return data.map<JobTitleSGRows>((Map<String, dynamic> e) => JobTitleSGRows.fromJson(e)).toList() as M;
  523. }
  524. if (<LabourListEREntity>[] is M) {
  525. return data.map<LabourListEREntity>((Map<String, dynamic> e) => LabourListEREntity.fromJson(e)).toList() as M;
  526. }
  527. if (<LabourListERRows>[] is M) {
  528. return data.map<LabourListERRows>((Map<String, dynamic> e) => LabourListERRows.fromJson(e)).toList() as M;
  529. }
  530. if (<LabourReportEntity>[] is M) {
  531. return data.map<LabourReportEntity>((Map<String, dynamic> e) => LabourReportEntity.fromJson(e)).toList() as M;
  532. }
  533. if (<LabourReportRows>[] is M) {
  534. return data.map<LabourReportRows>((Map<String, dynamic> e) => LabourReportRows.fromJson(e)).toList() as M;
  535. }
  536. if (<LabourReportTotal>[] is M) {
  537. return data.map<LabourReportTotal>((Map<String, dynamic> e) => LabourReportTotal.fromJson(e)).toList() as M;
  538. }
  539. if (<LabourReportVNEntity>[] is M) {
  540. return data.map<LabourReportVNEntity>((Map<String, dynamic> e) => LabourReportVNEntity.fromJson(e)).toList() as M;
  541. }
  542. if (<LabourReportVNRows>[] is M) {
  543. return data.map<LabourReportVNRows>((Map<String, dynamic> e) => LabourReportVNRows.fromJson(e)).toList() as M;
  544. }
  545. if (<LabourReportVNTotal>[] is M) {
  546. return data.map<LabourReportVNTotal>((Map<String, dynamic> e) => LabourReportVNTotal.fromJson(e)).toList() as M;
  547. }
  548. if (<LabourRequestEREntity>[] is M) {
  549. return data.map<LabourRequestEREntity>((Map<String, dynamic> e) => LabourRequestEREntity.fromJson(e)).toList() as M;
  550. }
  551. if (<LabourRequestERCountList>[] is M) {
  552. return data.map<LabourRequestERCountList>((Map<String, dynamic> e) => LabourRequestERCountList.fromJson(e)).toList() as M;
  553. }
  554. if (<LabourRequestERSourceList>[] is M) {
  555. return data.map<LabourRequestERSourceList>((Map<String, dynamic> e) => LabourRequestERSourceList.fromJson(e)).toList() as M;
  556. }
  557. if (<LabourRequestERSourceListRequestList>[] is M) {
  558. return data.map<LabourRequestERSourceListRequestList>((Map<String, dynamic> e) => LabourRequestERSourceListRequestList.fromJson(e)).toList() as M;
  559. }
  560. if (<LabourRequestEROptionEntity>[] is M) {
  561. return data.map<LabourRequestEROptionEntity>((Map<String, dynamic> e) => LabourRequestEROptionEntity.fromJson(e)).toList() as M;
  562. }
  563. if (<LabourRequestEditIndexEntity>[] is M) {
  564. return data.map<LabourRequestEditIndexEntity>((Map<String, dynamic> e) => LabourRequestEditIndexEntity.fromJson(e)).toList() as M;
  565. }
  566. if (<LabourRequestEditIndexTemplateList>[] is M) {
  567. return data.map<LabourRequestEditIndexTemplateList>((Map<String, dynamic> e) => LabourRequestEditIndexTemplateList.fromJson(e)).toList() as M;
  568. }
  569. if (<LabourRequestEditIndexDepartmentList>[] is M) {
  570. return data.map<LabourRequestEditIndexDepartmentList>((Map<String, dynamic> e) => LabourRequestEditIndexDepartmentList.fromJson(e)).toList() as M;
  571. }
  572. if (<LabourRequestIndexEntity>[] is M) {
  573. return data.map<LabourRequestIndexEntity>((Map<String, dynamic> e) => LabourRequestIndexEntity.fromJson(e)).toList() as M;
  574. }
  575. if (<LabourRequestIndexDepartmentList>[] is M) {
  576. return data.map<LabourRequestIndexDepartmentList>((Map<String, dynamic> e) => LabourRequestIndexDepartmentList.fromJson(e)).toList() as M;
  577. }
  578. if (<LabourRequestIndexStatusList>[] is M) {
  579. return data.map<LabourRequestIndexStatusList>((Map<String, dynamic> e) => LabourRequestIndexStatusList.fromJson(e)).toList() as M;
  580. }
  581. if (<LabourRequestListEntity>[] is M) {
  582. return data.map<LabourRequestListEntity>((Map<String, dynamic> e) => LabourRequestListEntity.fromJson(e)).toList() as M;
  583. }
  584. if (<LabourRequestListRows>[] is M) {
  585. return data.map<LabourRequestListRows>((Map<String, dynamic> e) => LabourRequestListRows.fromJson(e)).toList() as M;
  586. }
  587. if (<LabourRequestWorkFlowEntity>[] is M) {
  588. return data.map<LabourRequestWorkFlowEntity>((Map<String, dynamic> e) => LabourRequestWorkFlowEntity.fromJson(e)).toList() as M;
  589. }
  590. if (<LabourRequestWorkFlowRecords>[] is M) {
  591. return data.map<LabourRequestWorkFlowRecords>((Map<String, dynamic> e) => LabourRequestWorkFlowRecords.fromJson(e)).toList() as M;
  592. }
  593. if (<LabourReviewListEntity>[] is M) {
  594. return data.map<LabourReviewListEntity>((Map<String, dynamic> e) => LabourReviewListEntity.fromJson(e)).toList() as M;
  595. }
  596. if (<LabourReviewListRows>[] is M) {
  597. return data.map<LabourReviewListRows>((Map<String, dynamic> e) => LabourReviewListRows.fromJson(e)).toList() as M;
  598. }
  599. if (<LabourReviewStatusEntity>[] is M) {
  600. return data.map<LabourReviewStatusEntity>((Map<String, dynamic> e) => LabourReviewStatusEntity.fromJson(e)).toList() as M;
  601. }
  602. if (<LabourReviewStatusRecords>[] is M) {
  603. return data.map<LabourReviewStatusRecords>((Map<String, dynamic> e) => LabourReviewStatusRecords.fromJson(e)).toList() as M;
  604. }
  605. if (<PositionTableEntity>[] is M) {
  606. return data.map<PositionTableEntity>((Map<String, dynamic> e) => PositionTableEntity.fromJson(e)).toList() as M;
  607. }
  608. if (<PositionTableRows>[] is M) {
  609. return data.map<PositionTableRows>((Map<String, dynamic> e) => PositionTableRows.fromJson(e)).toList() as M;
  610. }
  611. if (<ReviseIndexSGEntity>[] is M) {
  612. return data.map<ReviseIndexSGEntity>((Map<String, dynamic> e) => ReviseIndexSGEntity.fromJson(e)).toList() as M;
  613. }
  614. if (<ReviseIndexSGStatusList>[] is M) {
  615. return data.map<ReviseIndexSGStatusList>((Map<String, dynamic> e) => ReviseIndexSGStatusList.fromJson(e)).toList() as M;
  616. }
  617. if (<ReviseListSGEntity>[] is M) {
  618. return data.map<ReviseListSGEntity>((Map<String, dynamic> e) => ReviseListSGEntity.fromJson(e)).toList() as M;
  619. }
  620. if (<ReviseListSGRows>[] is M) {
  621. return data.map<ReviseListSGRows>((Map<String, dynamic> e) => ReviseListSGRows.fromJson(e)).toList() as M;
  622. }
  623. if (<ReviseLogSGEntity>[] is M) {
  624. return data.map<ReviseLogSGEntity>((Map<String, dynamic> e) => ReviseLogSGEntity.fromJson(e)).toList() as M;
  625. }
  626. if (<ReviseLogSGRecords>[] is M) {
  627. return data.map<ReviseLogSGRecords>((Map<String, dynamic> e) => ReviseLogSGRecords.fromJson(e)).toList() as M;
  628. }
  629. if (<ReviseLogSGRecordsContent>[] is M) {
  630. return data.map<ReviseLogSGRecordsContent>((Map<String, dynamic> e) => ReviseLogSGRecordsContent.fromJson(e)).toList() as M;
  631. }
  632. if (<ReviseLogSGRecordsOption>[] is M) {
  633. return data.map<ReviseLogSGRecordsOption>((Map<String, dynamic> e) => ReviseLogSGRecordsOption.fromJson(e)).toList() as M;
  634. }
  635. if (<ReviseOptionEntity>[] is M) {
  636. return data.map<ReviseOptionEntity>((Map<String, dynamic> e) => ReviseOptionEntity.fromJson(e)).toList() as M;
  637. }
  638. if (<SGAttendanceReviewOptionEntity>[] is M) {
  639. return data.map<SGAttendanceReviewOptionEntity>((Map<String, dynamic> e) => SGAttendanceReviewOptionEntity.fromJson(e)).toList() as M;
  640. }
  641. if (<SGAttendanceReviewTableEntity>[] is M) {
  642. return data.map<SGAttendanceReviewTableEntity>((Map<String, dynamic> e) => SGAttendanceReviewTableEntity.fromJson(e)).toList() as M;
  643. }
  644. if (<SGAttendanceReviewTableRows>[] is M) {
  645. return data.map<SGAttendanceReviewTableRows>((Map<String, dynamic> e) => SGAttendanceReviewTableRows.fromJson(e)).toList() as M;
  646. }
  647. if (<SGAttendanceReviewTableRowsCheck>[] is M) {
  648. return data.map<SGAttendanceReviewTableRowsCheck>((Map<String, dynamic> e) => SGAttendanceReviewTableRowsCheck.fromJson(e)).toList() as M;
  649. }
  650. if (<SGAttendanceReviewWorkflowEntity>[] is M) {
  651. return data.map<SGAttendanceReviewWorkflowEntity>((Map<String, dynamic> e) => SGAttendanceReviewWorkflowEntity.fromJson(e)).toList() as M;
  652. }
  653. if (<SGAttendanceReviewWorkflowRow>[] is M) {
  654. return data.map<SGAttendanceReviewWorkflowRow>((Map<String, dynamic> e) => SGAttendanceReviewWorkflowRow.fromJson(e)).toList() as M;
  655. }
  656. if (<SGAttendanceReviewWorkflowRecords>[] is M) {
  657. return data.map<SGAttendanceReviewWorkflowRecords>((Map<String, dynamic> e) => SGAttendanceReviewWorkflowRecords.fromJson(e)).toList() as M;
  658. }
  659. if (<SGDashboardEntity>[] is M) {
  660. return data.map<SGDashboardEntity>((Map<String, dynamic> e) => SGDashboardEntity.fromJson(e)).toList() as M;
  661. }
  662. if (<SGDashboardAgencyList>[] is M) {
  663. return data.map<SGDashboardAgencyList>((Map<String, dynamic> e) => SGDashboardAgencyList.fromJson(e)).toList() as M;
  664. }
  665. if (<SGDashboardAgencyListDays>[] is M) {
  666. return data.map<SGDashboardAgencyListDays>((Map<String, dynamic> e) => SGDashboardAgencyListDays.fromJson(e)).toList() as M;
  667. }
  668. if (<SGLabourRequestAddOptionEntity>[] is M) {
  669. return data.map<SGLabourRequestAddOptionEntity>((Map<String, dynamic> e) => SGLabourRequestAddOptionEntity.fromJson(e)).toList() as M;
  670. }
  671. if (<LabourRequestAgencyEntity>[] is M) {
  672. return data.map<LabourRequestAgencyEntity>((Map<String, dynamic> e) => LabourRequestAgencyEntity.fromJson(e)).toList() as M;
  673. }
  674. if (<SGLabourRequestDetailEntity>[] is M) {
  675. return data.map<SGLabourRequestDetailEntity>((Map<String, dynamic> e) => SGLabourRequestDetailEntity.fromJson(e)).toList() as M;
  676. }
  677. if (<SGLabourRequestDetailLabReq>[] is M) {
  678. return data.map<SGLabourRequestDetailLabReq>((Map<String, dynamic> e) => SGLabourRequestDetailLabReq.fromJson(e)).toList() as M;
  679. }
  680. if (<SGLabourRequestOptionEntity>[] is M) {
  681. return data.map<SGLabourRequestOptionEntity>((Map<String, dynamic> e) => SGLabourRequestOptionEntity.fromJson(e)).toList() as M;
  682. }
  683. if (<SGLabourRequestTableEntity>[] is M) {
  684. return data.map<SGLabourRequestTableEntity>((Map<String, dynamic> e) => SGLabourRequestTableEntity.fromJson(e)).toList() as M;
  685. }
  686. if (<SGLabourRequestTableRows>[] is M) {
  687. return data.map<SGLabourRequestTableRows>((Map<String, dynamic> e) => SGLabourRequestTableRows.fromJson(e)).toList() as M;
  688. }
  689. if (<SGLabourRequestWorlFlowEntity>[] is M) {
  690. return data.map<SGLabourRequestWorlFlowEntity>((Map<String, dynamic> e) => SGLabourRequestWorlFlowEntity.fromJson(e)).toList() as M;
  691. }
  692. if (<SGLabourRequestWorlFlowRow>[] is M) {
  693. return data.map<SGLabourRequestWorlFlowRow>((Map<String, dynamic> e) => SGLabourRequestWorlFlowRow.fromJson(e)).toList() as M;
  694. }
  695. if (<SGLabourRequestWorlFlowRecords>[] is M) {
  696. return data.map<SGLabourRequestWorlFlowRecords>((Map<String, dynamic> e) => SGLabourRequestWorlFlowRecords.fromJson(e)).toList() as M;
  697. }
  698. if (<SGLabourReviewOptionEntity>[] is M) {
  699. return data.map<SGLabourReviewOptionEntity>((Map<String, dynamic> e) => SGLabourReviewOptionEntity.fromJson(e)).toList() as M;
  700. }
  701. if (<SGLabourReviewTableEntity>[] is M) {
  702. return data.map<SGLabourReviewTableEntity>((Map<String, dynamic> e) => SGLabourReviewTableEntity.fromJson(e)).toList() as M;
  703. }
  704. if (<SGLabourReviewTableRows>[] is M) {
  705. return data.map<SGLabourReviewTableRows>((Map<String, dynamic> e) => SGLabourReviewTableRows.fromJson(e)).toList() as M;
  706. }
  707. if (<SignInSignOutEntity>[] is M) {
  708. return data.map<SignInSignOutEntity>((Map<String, dynamic> e) => SignInSignOutEntity.fromJson(e)).toList() as M;
  709. }
  710. if (<SignInSignOutRows>[] is M) {
  711. return data.map<SignInSignOutRows>((Map<String, dynamic> e) => SignInSignOutRows.fromJson(e)).toList() as M;
  712. }
  713. if (<StaffDetailEntity>[] is M) {
  714. return data.map<StaffDetailEntity>((Map<String, dynamic> e) => StaffDetailEntity.fromJson(e)).toList() as M;
  715. }
  716. if (<StaffDetailSGEntity>[] is M) {
  717. return data.map<StaffDetailSGEntity>((Map<String, dynamic> e) => StaffDetailSGEntity.fromJson(e)).toList() as M;
  718. }
  719. if (<StaffDetailSGReviews>[] is M) {
  720. return data.map<StaffDetailSGReviews>((Map<String, dynamic> e) => StaffDetailSGReviews.fromJson(e)).toList() as M;
  721. }
  722. if (<StaffDetailSGReviewsReviews>[] is M) {
  723. return data.map<StaffDetailSGReviewsReviews>((Map<String, dynamic> e) => StaffDetailSGReviewsReviews.fromJson(e)).toList() as M;
  724. }
  725. if (<StaffJobHistorySGEntity>[] is M) {
  726. return data.map<StaffJobHistorySGEntity>((Map<String, dynamic> e) => StaffJobHistorySGEntity.fromJson(e)).toList() as M;
  727. }
  728. if (<StaffJobHistorySGRows>[] is M) {
  729. return data.map<StaffJobHistorySGRows>((Map<String, dynamic> e) => StaffJobHistorySGRows.fromJson(e)).toList() as M;
  730. }
  731. if (<StaffLabourHistoryEntity>[] is M) {
  732. return data.map<StaffLabourHistoryEntity>((Map<String, dynamic> e) => StaffLabourHistoryEntity.fromJson(e)).toList() as M;
  733. }
  734. if (<StaffLabourHistoryRows>[] is M) {
  735. return data.map<StaffLabourHistoryRows>((Map<String, dynamic> e) => StaffLabourHistoryRows.fromJson(e)).toList() as M;
  736. }
  737. if (<StaffLabourHistoryRowsSecurityIn>[] is M) {
  738. return data.map<StaffLabourHistoryRowsSecurityIn>((Map<String, dynamic> e) => StaffLabourHistoryRowsSecurityIn.fromJson(e)).toList() as M;
  739. }
  740. if (<StaffLabourHistoryRowsSecurityOut>[] is M) {
  741. return data.map<StaffLabourHistoryRowsSecurityOut>((Map<String, dynamic> e) => StaffLabourHistoryRowsSecurityOut.fromJson(e)).toList() as M;
  742. }
  743. if (<StaffLabourHistoryRowsWorkIn>[] is M) {
  744. return data.map<StaffLabourHistoryRowsWorkIn>((Map<String, dynamic> e) => StaffLabourHistoryRowsWorkIn.fromJson(e)).toList() as M;
  745. }
  746. if (<StaffLabourHistoryRowsWorkOut>[] is M) {
  747. return data.map<StaffLabourHistoryRowsWorkOut>((Map<String, dynamic> e) => StaffLabourHistoryRowsWorkOut.fromJson(e)).toList() as M;
  748. }
  749. if (<StaffRemarkHistoryEntity>[] is M) {
  750. return data.map<StaffRemarkHistoryEntity>((Map<String, dynamic> e) => StaffRemarkHistoryEntity.fromJson(e)).toList() as M;
  751. }
  752. if (<StaffRemarkHistoryRows>[] is M) {
  753. return data.map<StaffRemarkHistoryRows>((Map<String, dynamic> e) => StaffRemarkHistoryRows.fromJson(e)).toList() as M;
  754. }
  755. if (<StaffReportVNEntity>[] is M) {
  756. return data.map<StaffReportVNEntity>((Map<String, dynamic> e) => StaffReportVNEntity.fromJson(e)).toList() as M;
  757. }
  758. if (<StaffRequestReportEntity>[] is M) {
  759. return data.map<StaffRequestReportEntity>((Map<String, dynamic> e) => StaffRequestReportEntity.fromJson(e)).toList() as M;
  760. }
  761. if (<StaffReviewHistorySGEntity>[] is M) {
  762. return data.map<StaffReviewHistorySGEntity>((Map<String, dynamic> e) => StaffReviewHistorySGEntity.fromJson(e)).toList() as M;
  763. }
  764. if (<StaffReviewHistorySGReviews>[] is M) {
  765. return data.map<StaffReviewHistorySGReviews>((Map<String, dynamic> e) => StaffReviewHistorySGReviews.fromJson(e)).toList() as M;
  766. }
  767. if (<SwitchProjectEntity>[] is M) {
  768. return data.map<SwitchProjectEntity>((Map<String, dynamic> e) => SwitchProjectEntity.fromJson(e)).toList() as M;
  769. }
  770. if (<SwitchProjectUserList>[] is M) {
  771. return data.map<SwitchProjectUserList>((Map<String, dynamic> e) => SwitchProjectUserList.fromJson(e)).toList() as M;
  772. }
  773. if (<THAppliedEditEntity>[] is M) {
  774. return data.map<THAppliedEditEntity>((Map<String, dynamic> e) => THAppliedEditEntity.fromJson(e)).toList() as M;
  775. }
  776. if (<THAppliedEditApplied>[] is M) {
  777. return data.map<THAppliedEditApplied>((Map<String, dynamic> e) => THAppliedEditApplied.fromJson(e)).toList() as M;
  778. }
  779. if (<THAppliedEmployeeEntity>[] is M) {
  780. return data.map<THAppliedEmployeeEntity>((Map<String, dynamic> e) => THAppliedEmployeeEntity.fromJson(e)).toList() as M;
  781. }
  782. if (<THAppliedEmployeeRows>[] is M) {
  783. return data.map<THAppliedEmployeeRows>((Map<String, dynamic> e) => THAppliedEmployeeRows.fromJson(e)).toList() as M;
  784. }
  785. if (<THAppliedIndexEntity>[] is M) {
  786. return data.map<THAppliedIndexEntity>((Map<String, dynamic> e) => THAppliedIndexEntity.fromJson(e)).toList() as M;
  787. }
  788. if (<THAppliedIndexJob>[] is M) {
  789. return data.map<THAppliedIndexJob>((Map<String, dynamic> e) => THAppliedIndexJob.fromJson(e)).toList() as M;
  790. }
  791. if (<THAppliedTableEntity>[] is M) {
  792. return data.map<THAppliedTableEntity>((Map<String, dynamic> e) => THAppliedTableEntity.fromJson(e)).toList() as M;
  793. }
  794. if (<THAppliedTableRows>[] is M) {
  795. return data.map<THAppliedTableRows>((Map<String, dynamic> e) => THAppliedTableRows.fromJson(e)).toList() as M;
  796. }
  797. if (<THAppliedTableCheckInOut>[] is M) {
  798. return data.map<THAppliedTableCheckInOut>((Map<String, dynamic> e) => THAppliedTableCheckInOut.fromJson(e)).toList() as M;
  799. }
  800. if (<THEmployeeDetailEntity>[] is M) {
  801. return data.map<THEmployeeDetailEntity>((Map<String, dynamic> e) => THEmployeeDetailEntity.fromJson(e)).toList() as M;
  802. }
  803. if (<THEmployeeDetailStaff>[] is M) {
  804. return data.map<THEmployeeDetailStaff>((Map<String, dynamic> e) => THEmployeeDetailStaff.fromJson(e)).toList() as M;
  805. }
  806. if (<THEmployeeDetailReviews>[] is M) {
  807. return data.map<THEmployeeDetailReviews>((Map<String, dynamic> e) => THEmployeeDetailReviews.fromJson(e)).toList() as M;
  808. }
  809. if (<THEmployeeRemarksEntity>[] is M) {
  810. return data.map<THEmployeeRemarksEntity>((Map<String, dynamic> e) => THEmployeeRemarksEntity.fromJson(e)).toList() as M;
  811. }
  812. if (<THEmployeeRemarksReviews>[] is M) {
  813. return data.map<THEmployeeRemarksReviews>((Map<String, dynamic> e) => THEmployeeRemarksReviews.fromJson(e)).toList() as M;
  814. }
  815. if (<THOAAttachmentEntity>[] is M) {
  816. return data.map<THOAAttachmentEntity>((Map<String, dynamic> e) => THOAAttachmentEntity.fromJson(e)).toList() as M;
  817. }
  818. if (<THOAAttachmentRows>[] is M) {
  819. return data.map<THOAAttachmentRows>((Map<String, dynamic> e) => THOAAttachmentRows.fromJson(e)).toList() as M;
  820. }
  821. if (<THOALabourDetailEntity>[] is M) {
  822. return data.map<THOALabourDetailEntity>((Map<String, dynamic> e) => THOALabourDetailEntity.fromJson(e)).toList() as M;
  823. }
  824. if (<THOALabourDetailLabourRequest>[] is M) {
  825. return data.map<THOALabourDetailLabourRequest>((Map<String, dynamic> e) => THOALabourDetailLabourRequest.fromJson(e)).toList() as M;
  826. }
  827. if (<THOALabourReviewTableEntity>[] is M) {
  828. return data.map<THOALabourReviewTableEntity>((Map<String, dynamic> e) => THOALabourReviewTableEntity.fromJson(e)).toList() as M;
  829. }
  830. if (<THOALabourReviewTableRows>[] is M) {
  831. return data.map<THOALabourReviewTableRows>((Map<String, dynamic> e) => THOALabourReviewTableRows.fromJson(e)).toList() as M;
  832. }
  833. if (<THOALabourTableEntity>[] is M) {
  834. return data.map<THOALabourTableEntity>((Map<String, dynamic> e) => THOALabourTableEntity.fromJson(e)).toList() as M;
  835. }
  836. if (<THOALabourTableRows>[] is M) {
  837. return data.map<THOALabourTableRows>((Map<String, dynamic> e) => THOALabourTableRows.fromJson(e)).toList() as M;
  838. }
  839. if (<THPreSelectedOptionEntity>[] is M) {
  840. return data.map<THPreSelectedOptionEntity>((Map<String, dynamic> e) => THPreSelectedOptionEntity.fromJson(e)).toList() as M;
  841. }
  842. if (<THPreSelectedStaffTableEntity>[] is M) {
  843. return data.map<THPreSelectedStaffTableEntity>((Map<String, dynamic> e) => THPreSelectedStaffTableEntity.fromJson(e)).toList() as M;
  844. }
  845. if (<THPreSelectedStaffTableRows>[] is M) {
  846. return data.map<THPreSelectedStaffTableRows>((Map<String, dynamic> e) => THPreSelectedStaffTableRows.fromJson(e)).toList() as M;
  847. }
  848. if (<THPreSelectedTableEntity>[] is M) {
  849. return data.map<THPreSelectedTableEntity>((Map<String, dynamic> e) => THPreSelectedTableEntity.fromJson(e)).toList() as M;
  850. }
  851. if (<THPreSelectedTableRows>[] is M) {
  852. return data.map<THPreSelectedTableRows>((Map<String, dynamic> e) => THPreSelectedTableRows.fromJson(e)).toList() as M;
  853. }
  854. if (<THReviseDetailEntity>[] is M) {
  855. return data.map<THReviseDetailEntity>((Map<String, dynamic> e) => THReviseDetailEntity.fromJson(e)).toList() as M;
  856. }
  857. if (<THReviseTableEntity>[] is M) {
  858. return data.map<THReviseTableEntity>((Map<String, dynamic> e) => THReviseTableEntity.fromJson(e)).toList() as M;
  859. }
  860. if (<THReviseTableRows>[] is M) {
  861. return data.map<THReviseTableRows>((Map<String, dynamic> e) => THReviseTableRows.fromJson(e)).toList() as M;
  862. }
  863. if (<THReviseWorkflowEntity>[] is M) {
  864. return data.map<THReviseWorkflowEntity>((Map<String, dynamic> e) => THReviseWorkflowEntity.fromJson(e)).toList() as M;
  865. }
  866. if (<THReviseWorkflowRevise>[] is M) {
  867. return data.map<THReviseWorkflowRevise>((Map<String, dynamic> e) => THReviseWorkflowRevise.fromJson(e)).toList() as M;
  868. }
  869. if (<THReviseWorkflowReviseApplied>[] is M) {
  870. return data.map<THReviseWorkflowReviseApplied>((Map<String, dynamic> e) => THReviseWorkflowReviseApplied.fromJson(e)).toList() as M;
  871. }
  872. if (<THReviseWorkflowRecords>[] is M) {
  873. return data.map<THReviseWorkflowRecords>((Map<String, dynamic> e) => THReviseWorkflowRecords.fromJson(e)).toList() as M;
  874. }
  875. if (<THReviseWorkflowRecordsContent>[] is M) {
  876. return data.map<THReviseWorkflowRecordsContent>((Map<String, dynamic> e) => THReviseWorkflowRecordsContent.fromJson(e)).toList() as M;
  877. }
  878. if (<THReviseWorkflowRecordsContentReviseHours>[] is M) {
  879. return data.map<THReviseWorkflowRecordsContentReviseHours>((Map<String, dynamic> e) => THReviseWorkflowRecordsContentReviseHours.fromJson(e))
  880. .toList() as M;
  881. }
  882. if (<THReviseWorkflowRecordsContentReviseMsg>[] is M) {
  883. return data.map<THReviseWorkflowRecordsContentReviseMsg>((Map<String, dynamic> e) => THReviseWorkflowRecordsContentReviseMsg.fromJson(e)).toList() as M;
  884. }
  885. if (<THUploadFileEntity>[] is M) {
  886. return data.map<THUploadFileEntity>((Map<String, dynamic> e) => THUploadFileEntity.fromJson(e)).toList() as M;
  887. }
  888. if (<UKAttendanceEntity>[] is M) {
  889. return data.map<UKAttendanceEntity>((Map<String, dynamic> e) => UKAttendanceEntity.fromJson(e)).toList() as M;
  890. }
  891. if (<UKAttendanceRows>[] is M) {
  892. return data.map<UKAttendanceRows>((Map<String, dynamic> e) => UKAttendanceRows.fromJson(e)).toList() as M;
  893. }
  894. if (<UKAttendanceInOut>[] is M) {
  895. return data.map<UKAttendanceInOut>((Map<String, dynamic> e) => UKAttendanceInOut.fromJson(e)).toList() as M;
  896. }
  897. if (<UKReportAttendanceEntity>[] is M) {
  898. return data.map<UKReportAttendanceEntity>((Map<String, dynamic> e) => UKReportAttendanceEntity.fromJson(e)).toList() as M;
  899. }
  900. if (<UKReportAttendanceRows>[] is M) {
  901. return data.map<UKReportAttendanceRows>((Map<String, dynamic> e) => UKReportAttendanceRows.fromJson(e)).toList() as M;
  902. }
  903. if (<UKReportLabourEntity>[] is M) {
  904. return data.map<UKReportLabourEntity>((Map<String, dynamic> e) => UKReportLabourEntity.fromJson(e)).toList() as M;
  905. }
  906. if (<UKReportLabourRows>[] is M) {
  907. return data.map<UKReportLabourRows>((Map<String, dynamic> e) => UKReportLabourRows.fromJson(e)).toList() as M;
  908. }
  909. if (<UKReportWorkingHoursEntity>[] is M) {
  910. return data.map<UKReportWorkingHoursEntity>((Map<String, dynamic> e) => UKReportWorkingHoursEntity.fromJson(e)).toList() as M;
  911. }
  912. if (<UKReportWorkingHoursRows>[] is M) {
  913. return data.map<UKReportWorkingHoursRows>((Map<String, dynamic> e) => UKReportWorkingHoursRows.fromJson(e)).toList() as M;
  914. }
  915. if (<UKSecurityAttendanceEntity>[] is M) {
  916. return data.map<UKSecurityAttendanceEntity>((Map<String, dynamic> e) => UKSecurityAttendanceEntity.fromJson(e)).toList() as M;
  917. }
  918. if (<UKSecurityAttendanceRows>[] is M) {
  919. return data.map<UKSecurityAttendanceRows>((Map<String, dynamic> e) => UKSecurityAttendanceRows.fromJson(e)).toList() as M;
  920. }
  921. if (<UKSecurityInOut>[] is M) {
  922. return data.map<UKSecurityInOut>((Map<String, dynamic> e) => UKSecurityInOut.fromJson(e)).toList() as M;
  923. }
  924. if (<UKSecurityAttendanceOptionEntity>[] is M) {
  925. return data.map<UKSecurityAttendanceOptionEntity>((Map<String, dynamic> e) => UKSecurityAttendanceOptionEntity.fromJson(e)).toList() as M;
  926. }
  927. if (<UKSecurityAttendanceOptionFilter>[] is M) {
  928. return data.map<UKSecurityAttendanceOptionFilter>((Map<String, dynamic> e) => UKSecurityAttendanceOptionFilter.fromJson(e)).toList() as M;
  929. }
  930. if (<UkAttendanceReviewEntity>[] is M) {
  931. return data.map<UkAttendanceReviewEntity>((Map<String, dynamic> e) => UkAttendanceReviewEntity.fromJson(e)).toList() as M;
  932. }
  933. if (<UkAttendanceReviewRows>[] is M) {
  934. return data.map<UkAttendanceReviewRows>((Map<String, dynamic> e) => UkAttendanceReviewRows.fromJson(e)).toList() as M;
  935. }
  936. if (<UkAttendanceReviewRemarkEntity>[] is M) {
  937. return data.map<UkAttendanceReviewRemarkEntity>((Map<String, dynamic> e) => UkAttendanceReviewRemarkEntity.fromJson(e)).toList() as M;
  938. }
  939. if (<UkJobAppliedReviseAddDetailEntity>[] is M) {
  940. return data.map<UkJobAppliedReviseAddDetailEntity>((Map<String, dynamic> e) => UkJobAppliedReviseAddDetailEntity.fromJson(e)).toList() as M;
  941. }
  942. if (<UkJobAppliedReviseAddDetailApplied>[] is M) {
  943. return data.map<UkJobAppliedReviseAddDetailApplied>((Map<String, dynamic> e) => UkJobAppliedReviseAddDetailApplied.fromJson(e)).toList() as M;
  944. }
  945. if (<UkJobAppliedReviseEditDetailEntity>[] is M) {
  946. return data.map<UkJobAppliedReviseEditDetailEntity>((Map<String, dynamic> e) => UkJobAppliedReviseEditDetailEntity.fromJson(e)).toList() as M;
  947. }
  948. if (<UkJobAppliedReviseEditDetailApplied>[] is M) {
  949. return data.map<UkJobAppliedReviseEditDetailApplied>((Map<String, dynamic> e) => UkJobAppliedReviseEditDetailApplied.fromJson(e)).toList() as M;
  950. }
  951. if (<UkJobAppliedReviseEditDetailRevise>[] is M) {
  952. return data.map<UkJobAppliedReviseEditDetailRevise>((Map<String, dynamic> e) => UkJobAppliedReviseEditDetailRevise.fromJson(e)).toList() as M;
  953. }
  954. if (<UkJobAppliedReviseEditDetailReviseApplied>[] is M) {
  955. return data.map<UkJobAppliedReviseEditDetailReviseApplied>((Map<String, dynamic> e) => UkJobAppliedReviseEditDetailReviseApplied.fromJson(e))
  956. .toList() as M;
  957. }
  958. if (<UkJobAppliedReviseInfoEntity>[] is M) {
  959. return data.map<UkJobAppliedReviseInfoEntity>((Map<String, dynamic> e) => UkJobAppliedReviseInfoEntity.fromJson(e)).toList() as M;
  960. }
  961. if (<UkJobAppliedReviseInfoRows>[] is M) {
  962. return data.map<UkJobAppliedReviseInfoRows>((Map<String, dynamic> e) => UkJobAppliedReviseInfoRows.fromJson(e)).toList() as M;
  963. }
  964. if (<UkJobAppliedReviseLogEntity>[] is M) {
  965. return data.map<UkJobAppliedReviseLogEntity>((Map<String, dynamic> e) => UkJobAppliedReviseLogEntity.fromJson(e)).toList() as M;
  966. }
  967. if (<UkJobAppliedReviseLogRecords>[] is M) {
  968. return data.map<UkJobAppliedReviseLogRecords>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecords.fromJson(e)).toList() as M;
  969. }
  970. if (<UkJobAppliedReviseLogRecordsContent>[] is M) {
  971. return data.map<UkJobAppliedReviseLogRecordsContent>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContent.fromJson(e)).toList() as M;
  972. }
  973. if (<UkJobAppliedReviseLogRecordsContentReviseHours>[] is M) {
  974. return data.map<UkJobAppliedReviseLogRecordsContentReviseHours>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentReviseHours.fromJson(e))
  975. .toList() as M;
  976. }
  977. if (<UkJobAppliedReviseLogRecordsContentStatus>[] is M) {
  978. return data.map<UkJobAppliedReviseLogRecordsContentStatus>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentStatus.fromJson(e))
  979. .toList() as M;
  980. }
  981. if (<UkJobAppliedReviseLogRecordsContentReason>[] is M) {
  982. return data.map<UkJobAppliedReviseLogRecordsContentReason>((Map<String, dynamic> e) => UkJobAppliedReviseLogRecordsContentReason.fromJson(e))
  983. .toList() as M;
  984. }
  985. if (<UkJobAppliedStaffListEntity>[] is M) {
  986. return data.map<UkJobAppliedStaffListEntity>((Map<String, dynamic> e) => UkJobAppliedStaffListEntity.fromJson(e)).toList() as M;
  987. }
  988. if (<UkJobAppliedStaffListRows>[] is M) {
  989. return data.map<UkJobAppliedStaffListRows>((Map<String, dynamic> e) => UkJobAppliedStaffListRows.fromJson(e)).toList() as M;
  990. }
  991. if (<UkJobAppliedStaffListRowsSecurityIn>[] is M) {
  992. return data.map<UkJobAppliedStaffListRowsSecurityIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
  993. }
  994. if (<UkJobAppliedStaffListRowsSecurityOut>[] is M) {
  995. return data.map<UkJobAppliedStaffListRowsSecurityOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
  996. }
  997. if (<UkJobAppliedStaffListRowsWorkIn>[] is M) {
  998. return data.map<UkJobAppliedStaffListRowsWorkIn>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
  999. }
  1000. if (<UkJobAppliedStaffListRowsWorkOut>[] is M) {
  1001. return data.map<UkJobAppliedStaffListRowsWorkOut>((Map<String, dynamic> e) => UkJobAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
  1002. }
  1003. if (<UkJobListAppliedStaffSearchEntity>[] is M) {
  1004. return data.map<UkJobListAppliedStaffSearchEntity>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
  1005. }
  1006. if (<UkJobListAppliedStaffSearchRows>[] is M) {
  1007. return data.map<UkJobListAppliedStaffSearchRows>((Map<String, dynamic> e) => UkJobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
  1008. }
  1009. if (<UkJobListAppliedStaffSelectoptionsEntity>[] is M) {
  1010. return data.map<UkJobListAppliedStaffSelectoptionsEntity>((Map<String, dynamic> e) => UkJobListAppliedStaffSelectoptionsEntity.fromJson(e)).toList() as M;
  1011. }
  1012. if (<UkJobListDetailEntity>[] is M) {
  1013. return data.map<UkJobListDetailEntity>((Map<String, dynamic> e) => UkJobListDetailEntity.fromJson(e)).toList() as M;
  1014. }
  1015. if (<UkJobListDetailRow>[] is M) {
  1016. return data.map<UkJobListDetailRow>((Map<String, dynamic> e) => UkJobListDetailRow.fromJson(e)).toList() as M;
  1017. }
  1018. if (<UkJobListDetailDepartmentList>[] is M) {
  1019. return data.map<UkJobListDetailDepartmentList>((Map<String, dynamic> e) => UkJobListDetailDepartmentList.fromJson(e)).toList() as M;
  1020. }
  1021. if (<UkJobListDetailCertificateList>[] is M) {
  1022. return data.map<UkJobListDetailCertificateList>((Map<String, dynamic> e) => UkJobListDetailCertificateList.fromJson(e)).toList() as M;
  1023. }
  1024. if (<UkJobListDetailVehicleList>[] is M) {
  1025. return data.map<UkJobListDetailVehicleList>((Map<String, dynamic> e) => UkJobListDetailVehicleList.fromJson(e)).toList() as M;
  1026. }
  1027. if (<UkJobListDetailChallenge25List>[] is M) {
  1028. return data.map<UkJobListDetailChallenge25List>((Map<String, dynamic> e) => UkJobListDetailChallenge25List.fromJson(e)).toList() as M;
  1029. }
  1030. if (<UkJobTemplateDetailBySelectTitleEntity>[] is M) {
  1031. return data.map<UkJobTemplateDetailBySelectTitleEntity>((Map<String, dynamic> e) => UkJobTemplateDetailBySelectTitleEntity.fromJson(e)).toList() as M;
  1032. }
  1033. if (<UkLabReqShowTemplateEntity>[] is M) {
  1034. return data.map<UkLabReqShowTemplateEntity>((Map<String, dynamic> e) => UkLabReqShowTemplateEntity.fromJson(e)).toList() as M;
  1035. }
  1036. if (<UkLabReqShowTemplateCountryList>[] is M) {
  1037. return data.map<UkLabReqShowTemplateCountryList>((Map<String, dynamic> e) => UkLabReqShowTemplateCountryList.fromJson(e)).toList() as M;
  1038. }
  1039. if (<UkLabReqShowTemplateCityList>[] is M) {
  1040. return data.map<UkLabReqShowTemplateCityList>((Map<String, dynamic> e) => UkLabReqShowTemplateCityList.fromJson(e)).toList() as M;
  1041. }
  1042. if (<UkLabourRequestDetailEntity>[] is M) {
  1043. return data.map<UkLabourRequestDetailEntity>((Map<String, dynamic> e) => UkLabourRequestDetailEntity.fromJson(e)).toList() as M;
  1044. }
  1045. if (<UkLabourRequestDetailCertificateList>[] is M) {
  1046. return data.map<UkLabourRequestDetailCertificateList>((Map<String, dynamic> e) => UkLabourRequestDetailCertificateList.fromJson(e)).toList() as M;
  1047. }
  1048. if (<UkLabourRequestDetailVehicleList>[] is M) {
  1049. return data.map<UkLabourRequestDetailVehicleList>((Map<String, dynamic> e) => UkLabourRequestDetailVehicleList.fromJson(e)).toList() as M;
  1050. }
  1051. if (<UkLabourRequestDetailChallenge25List>[] is M) {
  1052. return data.map<UkLabourRequestDetailChallenge25List>((Map<String, dynamic> e) => UkLabourRequestDetailChallenge25List.fromJson(e)).toList() as M;
  1053. }
  1054. if (<UkLabourRequestDetailTemplateList>[] is M) {
  1055. return data.map<UkLabourRequestDetailTemplateList>((Map<String, dynamic> e) => UkLabourRequestDetailTemplateList.fromJson(e)).toList() as M;
  1056. }
  1057. if (<UkLabourRequestDetailDepartmentList>[] is M) {
  1058. return data.map<UkLabourRequestDetailDepartmentList>((Map<String, dynamic> e) => UkLabourRequestDetailDepartmentList.fromJson(e)).toList() as M;
  1059. }
  1060. if (<UkLabourRequestDetailChargeList>[] is M) {
  1061. return data.map<UkLabourRequestDetailChargeList>((Map<String, dynamic> e) => UkLabourRequestDetailChargeList.fromJson(e)).toList() as M;
  1062. }
  1063. if (<UkLabourRequestDetailEmploymentList>[] is M) {
  1064. return data.map<UkLabourRequestDetailEmploymentList>((Map<String, dynamic> e) => UkLabourRequestDetailEmploymentList.fromJson(e)).toList() as M;
  1065. }
  1066. if (<UkLabourRequestDetailCountryList>[] is M) {
  1067. return data.map<UkLabourRequestDetailCountryList>((Map<String, dynamic> e) => UkLabourRequestDetailCountryList.fromJson(e)).toList() as M;
  1068. }
  1069. if (<UkLabourRequestDetailCityList>[] is M) {
  1070. return data.map<UkLabourRequestDetailCityList>((Map<String, dynamic> e) => UkLabourRequestDetailCityList.fromJson(e)).toList() as M;
  1071. }
  1072. if (<UkLabourRequestPreselectAddstaffListEntity>[] is M) {
  1073. return data.map<UkLabourRequestPreselectAddstaffListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstaffListEntity.fromJson(e))
  1074. .toList() as M;
  1075. }
  1076. if (<UkLabourRequestPreselectAddstaffListRows>[] is M) {
  1077. return data.map<UkLabourRequestPreselectAddstaffListRows>((Map<String, dynamic> e) => UkLabourRequestPreselectAddstaffListRows.fromJson(e)).toList() as M;
  1078. }
  1079. if (<UkLabourRequestPreselectedListEntity>[] is M) {
  1080. return data.map<UkLabourRequestPreselectedListEntity>((Map<String, dynamic> e) => UkLabourRequestPreselectedListEntity.fromJson(e)).toList() as M;
  1081. }
  1082. if (<UkLabourRequestPreselectedListRows>[] is M) {
  1083. return data.map<UkLabourRequestPreselectedListRows>((Map<String, dynamic> e) => UkLabourRequestPreselectedListRows.fromJson(e)).toList() as M;
  1084. }
  1085. if (<UkLabourRequestReviewDetailEntity>[] is M) {
  1086. return data.map<UkLabourRequestReviewDetailEntity>((Map<String, dynamic> e) => UkLabourRequestReviewDetailEntity.fromJson(e)).toList() as M;
  1087. }
  1088. if (<UkLabourRequestReviewDetailOrder>[] is M) {
  1089. return data.map<UkLabourRequestReviewDetailOrder>((Map<String, dynamic> e) => UkLabourRequestReviewDetailOrder.fromJson(e)).toList() as M;
  1090. }
  1091. if (<UkLabourRequestReviewDetailOrderRequest>[] is M) {
  1092. return data.map<UkLabourRequestReviewDetailOrderRequest>((Map<String, dynamic> e) => UkLabourRequestReviewDetailOrderRequest.fromJson(e)).toList() as M;
  1093. }
  1094. if (<UkLabourRequestReviewDetailOrderRecords>[] is M) {
  1095. return data.map<UkLabourRequestReviewDetailOrderRecords>((Map<String, dynamic> e) => UkLabourRequestReviewDetailOrderRecords.fromJson(e)).toList() as M;
  1096. }
  1097. if (<UkLabourRequestReviewDetailRecords>[] is M) {
  1098. return data.map<UkLabourRequestReviewDetailRecords>((Map<String, dynamic> e) => UkLabourRequestReviewDetailRecords.fromJson(e)).toList() as M;
  1099. }
  1100. if (<UkLabourRequestReviewListEntity>[] is M) {
  1101. return data.map<UkLabourRequestReviewListEntity>((Map<String, dynamic> e) => UkLabourRequestReviewListEntity.fromJson(e)).toList() as M;
  1102. }
  1103. if (<UkLabourRequestReviewListRows>[] is M) {
  1104. return data.map<UkLabourRequestReviewListRows>((Map<String, dynamic> e) => UkLabourRequestReviewListRows.fromJson(e)).toList() as M;
  1105. }
  1106. if (<UkLabourRequestTableEntity>[] is M) {
  1107. return data.map<UkLabourRequestTableEntity>((Map<String, dynamic> e) => UkLabourRequestTableEntity.fromJson(e)).toList() as M;
  1108. }
  1109. if (<UkLabourRequestTableRows>[] is M) {
  1110. return data.map<UkLabourRequestTableRows>((Map<String, dynamic> e) => UkLabourRequestTableRows.fromJson(e)).toList() as M;
  1111. }
  1112. if (<UkLabourReviewStatusEntity>[] is M) {
  1113. return data.map<UkLabourReviewStatusEntity>((Map<String, dynamic> e) => UkLabourReviewStatusEntity.fromJson(e)).toList() as M;
  1114. }
  1115. if (<UkLabourReviewStatusRow>[] is M) {
  1116. return data.map<UkLabourReviewStatusRow>((Map<String, dynamic> e) => UkLabourReviewStatusRow.fromJson(e)).toList() as M;
  1117. }
  1118. if (<UkLabourReviewStatusRecords>[] is M) {
  1119. return data.map<UkLabourReviewStatusRecords>((Map<String, dynamic> e) => UkLabourReviewStatusRecords.fromJson(e)).toList() as M;
  1120. }
  1121. if (<UkReportCasualEntity>[] is M) {
  1122. return data.map<UkReportCasualEntity>((Map<String, dynamic> e) => UkReportCasualEntity.fromJson(e)).toList() as M;
  1123. }
  1124. if (<UkReportCasualRows>[] is M) {
  1125. return data.map<UkReportCasualRows>((Map<String, dynamic> e) => UkReportCasualRows.fromJson(e)).toList() as M;
  1126. }
  1127. if (<UkReportCasualTotal>[] is M) {
  1128. return data.map<UkReportCasualTotal>((Map<String, dynamic> e) => UkReportCasualTotal.fromJson(e)).toList() as M;
  1129. }
  1130. if (<UkReportCasualPayEntity>[] is M) {
  1131. return data.map<UkReportCasualPayEntity>((Map<String, dynamic> e) => UkReportCasualPayEntity.fromJson(e)).toList() as M;
  1132. }
  1133. if (<UkReportCasualPayRows>[] is M) {
  1134. return data.map<UkReportCasualPayRows>((Map<String, dynamic> e) => UkReportCasualPayRows.fromJson(e)).toList() as M;
  1135. }
  1136. if (<UkReportCasualPayTotal>[] is M) {
  1137. return data.map<UkReportCasualPayTotal>((Map<String, dynamic> e) => UkReportCasualPayTotal.fromJson(e)).toList() as M;
  1138. }
  1139. if (<UkReportOutletEntity>[] is M) {
  1140. return data.map<UkReportOutletEntity>((Map<String, dynamic> e) => UkReportOutletEntity.fromJson(e)).toList() as M;
  1141. }
  1142. if (<UkReportOutletRequestList>[] is M) {
  1143. return data.map<UkReportOutletRequestList>((Map<String, dynamic> e) => UkReportOutletRequestList.fromJson(e)).toList() as M;
  1144. }
  1145. if (<UkStaffDetailEntity>[] is M) {
  1146. return data.map<UkStaffDetailEntity>((Map<String, dynamic> e) => UkStaffDetailEntity.fromJson(e)).toList() as M;
  1147. }
  1148. if (<UkStaffDetailCertificates>[] is M) {
  1149. return data.map<UkStaffDetailCertificates>((Map<String, dynamic> e) => UkStaffDetailCertificates.fromJson(e)).toList() as M;
  1150. }
  1151. if (<UkStaffLabourHistoryEntity>[] is M) {
  1152. return data.map<UkStaffLabourHistoryEntity>((Map<String, dynamic> e) => UkStaffLabourHistoryEntity.fromJson(e)).toList() as M;
  1153. }
  1154. if (<UkStaffLabourHistoryRows>[] is M) {
  1155. return data.map<UkStaffLabourHistoryRows>((Map<String, dynamic> e) => UkStaffLabourHistoryRows.fromJson(e)).toList() as M;
  1156. }
  1157. if (<UkStaffLabourHistoryRowsSecurityIn>[] is M) {
  1158. return data.map<UkStaffLabourHistoryRowsSecurityIn>((Map<String, dynamic> e) => UkStaffLabourHistoryRowsSecurityIn.fromJson(e)).toList() as M;
  1159. }
  1160. if (<UkStaffLabourHistoryRowsSecurityOut>[] is M) {
  1161. return data.map<UkStaffLabourHistoryRowsSecurityOut>((Map<String, dynamic> e) => UkStaffLabourHistoryRowsSecurityOut.fromJson(e)).toList() as M;
  1162. }
  1163. if (<UkStaffLabourHistoryRowsWorkIn>[] is M) {
  1164. return data.map<UkStaffLabourHistoryRowsWorkIn>((Map<String, dynamic> e) => UkStaffLabourHistoryRowsWorkIn.fromJson(e)).toList() as M;
  1165. }
  1166. if (<UkStaffLabourHistoryRowsWorkOut>[] is M) {
  1167. return data.map<UkStaffLabourHistoryRowsWorkOut>((Map<String, dynamic> e) => UkStaffLabourHistoryRowsWorkOut.fromJson(e)).toList() as M;
  1168. }
  1169. if (<UkTemplateDetailEntity>[] is M) {
  1170. return data.map<UkTemplateDetailEntity>((Map<String, dynamic> e) => UkTemplateDetailEntity.fromJson(e)).toList() as M;
  1171. }
  1172. if (<UkTemplateDetailRow>[] is M) {
  1173. return data.map<UkTemplateDetailRow>((Map<String, dynamic> e) => UkTemplateDetailRow.fromJson(e)).toList() as M;
  1174. }
  1175. if (<UkTemplateDetailCountryList>[] is M) {
  1176. return data.map<UkTemplateDetailCountryList>((Map<String, dynamic> e) => UkTemplateDetailCountryList.fromJson(e)).toList() as M;
  1177. }
  1178. if (<UkTemplateDetailCityList>[] is M) {
  1179. return data.map<UkTemplateDetailCityList>((Map<String, dynamic> e) => UkTemplateDetailCityList.fromJson(e)).toList() as M;
  1180. }
  1181. if (<UkTemplateDetailTitleList>[] is M) {
  1182. return data.map<UkTemplateDetailTitleList>((Map<String, dynamic> e) => UkTemplateDetailTitleList.fromJson(e)).toList() as M;
  1183. }
  1184. if (<UkTemplateDetailCertificateList>[] is M) {
  1185. return data.map<UkTemplateDetailCertificateList>((Map<String, dynamic> e) => UkTemplateDetailCertificateList.fromJson(e)).toList() as M;
  1186. }
  1187. if (<UkTemplateDetailVehicleList>[] is M) {
  1188. return data.map<UkTemplateDetailVehicleList>((Map<String, dynamic> e) => UkTemplateDetailVehicleList.fromJson(e)).toList() as M;
  1189. }
  1190. if (<UkTemplateDetailChallenge25List>[] is M) {
  1191. return data.map<UkTemplateDetailChallenge25List>((Map<String, dynamic> e) => UkTemplateDetailChallenge25List.fromJson(e)).toList() as M;
  1192. }
  1193. if (<UkTemplateDetailIndexEntity>[] is M) {
  1194. return data.map<UkTemplateDetailIndexEntity>((Map<String, dynamic> e) => UkTemplateDetailIndexEntity.fromJson(e)).toList() as M;
  1195. }
  1196. if (<UkTemplateDetailIndexCountryList>[] is M) {
  1197. return data.map<UkTemplateDetailIndexCountryList>((Map<String, dynamic> e) => UkTemplateDetailIndexCountryList.fromJson(e)).toList() as M;
  1198. }
  1199. if (<UkTemplateDetailIndexCertificateList>[] is M) {
  1200. return data.map<UkTemplateDetailIndexCertificateList>((Map<String, dynamic> e) => UkTemplateDetailIndexCertificateList.fromJson(e)).toList() as M;
  1201. }
  1202. if (<UkTemplateDetailIndexVehicleList>[] is M) {
  1203. return data.map<UkTemplateDetailIndexVehicleList>((Map<String, dynamic> e) => UkTemplateDetailIndexVehicleList.fromJson(e)).toList() as M;
  1204. }
  1205. if (<UkTemplateDetailIndexChallenge25List>[] is M) {
  1206. return data.map<UkTemplateDetailIndexChallenge25List>((Map<String, dynamic> e) => UkTemplateDetailIndexChallenge25List.fromJson(e)).toList() as M;
  1207. }
  1208. if (<UkTemplateTableEntity>[] is M) {
  1209. return data.map<UkTemplateTableEntity>((Map<String, dynamic> e) => UkTemplateTableEntity.fromJson(e)).toList() as M;
  1210. }
  1211. if (<UkTemplateTableRows>[] is M) {
  1212. return data.map<UkTemplateTableRows>((Map<String, dynamic> e) => UkTemplateTableRows.fromJson(e)).toList() as M;
  1213. }
  1214. if (<UkTemplateTitleOptionEntity>[] is M) {
  1215. return data.map<UkTemplateTitleOptionEntity>((Map<String, dynamic> e) => UkTemplateTitleOptionEntity.fromJson(e)).toList() as M;
  1216. }
  1217. if (<ServerTime>[] is M) {
  1218. return data.map<ServerTime>((Map<String, dynamic> e) => ServerTime.fromJson(e)).toList() as M;
  1219. }
  1220. debugPrint("$M not found");
  1221. return null;
  1222. }
  1223. static M? fromJsonAsT<M>(dynamic json) {
  1224. if (json is M) {
  1225. return json;
  1226. }
  1227. if (json is List) {
  1228. return _getListChildType<M>(json.map((dynamic e) => e as Map<String, dynamic>).toList());
  1229. } else {
  1230. return jsonConvert.convert<M>(json);
  1231. }
  1232. }
  1233. }
  1234. class JsonConvertClassCollection {
  1235. Map<String, JsonConvertFunction> convertFuncMap = {
  1236. (AddEditReviseViewSGEntity).toString(): AddEditReviseViewSGEntity.fromJson,
  1237. (AgencyDetailEntity).toString(): AgencyDetailEntity.fromJson,
  1238. (AgencyDetailPivot).toString(): AgencyDetailPivot.fromJson,
  1239. (AgencyOptionEntity).toString(): AgencyOptionEntity.fromJson,
  1240. (AgencyTableEntity).toString(): AgencyTableEntity.fromJson,
  1241. (AgencyTableRows).toString(): AgencyTableRows.fromJson,
  1242. (AttendanceEntity).toString(): AttendanceEntity.fromJson,
  1243. (AttendanceList).toString(): AttendanceList.fromJson,
  1244. (AttendanceReviewEntity).toString(): AttendanceReviewEntity.fromJson,
  1245. (AttendanceReviewRows).toString(): AttendanceReviewRows.fromJson,
  1246. (CheckSuccessEntity).toString(): CheckSuccessEntity.fromJson,
  1247. (ContractDetailEntity).toString(): ContractDetailEntity.fromJson,
  1248. (ContractDetailRow).toString(): ContractDetailRow.fromJson,
  1249. (ContractOptionEntity).toString(): ContractOptionEntity.fromJson,
  1250. (ContractPositionAddOptionEntity).toString(): ContractPositionAddOptionEntity.fromJson,
  1251. (ContractPositionOptionEntity).toString(): ContractPositionOptionEntity.fromJson,
  1252. (ContractPositionRateDetailEntity).toString(): ContractPositionRateDetailEntity.fromJson,
  1253. (ContractPositionRateSpecificOptionEntity).toString(): ContractPositionRateSpecificOptionEntity.fromJson,
  1254. (ContractPositionRateTableEntity).toString(): ContractPositionRateTableEntity.fromJson,
  1255. (ContractPositionRateTableRows).toString(): ContractPositionRateTableRows.fromJson,
  1256. (ContractPositionTableEntity).toString(): ContractPositionTableEntity.fromJson,
  1257. (ContractPositionTableRows).toString(): ContractPositionTableRows.fromJson,
  1258. (ContractTableEntity).toString(): ContractTableEntity.fromJson,
  1259. (ContractTableRows).toString(): ContractTableRows.fromJson,
  1260. (DeviceListEntity).toString(): DeviceListEntity.fromJson,
  1261. (DeviceListRows).toString(): DeviceListRows.fromJson,
  1262. (FianceReportEntity).toString(): FianceReportEntity.fromJson,
  1263. (FianceReportRateList).toString(): FianceReportRateList.fromJson,
  1264. (HotelInfoEntity).toString(): HotelInfoEntity.fromJson,
  1265. (HotelInfoMenus).toString(): HotelInfoMenus.fromJson,
  1266. (HotelInfoMenusChildren).toString(): HotelInfoMenusChildren.fromJson,
  1267. (IdNameEntity).toString(): IdNameEntity.fromJson,
  1268. (IndexOptionEntity).toString(): IndexOptionEntity.fromJson,
  1269. (JobAppliedEditIndexSGEntity).toString(): JobAppliedEditIndexSGEntity.fromJson,
  1270. (JobAppliedEditIndexSGStatusList).toString(): JobAppliedEditIndexSGStatusList.fromJson,
  1271. (JobAppliedIndexSGEntity).toString(): JobAppliedIndexSGEntity.fromJson,
  1272. (JobAppliedIndexSGStatusList).toString(): JobAppliedIndexSGStatusList.fromJson,
  1273. (JobAppliedListSGEntity).toString(): JobAppliedListSGEntity.fromJson,
  1274. (JobAppliedListSGRows).toString(): JobAppliedListSGRows.fromJson,
  1275. (JobAppliedListSGRowsCheck).toString(): JobAppliedListSGRowsCheck.fromJson,
  1276. (JobAppliedListSGRowsStatusList).toString(): JobAppliedListSGRowsStatusList.fromJson,
  1277. (JobAppliedRemarkViewSGEntity).toString(): JobAppliedRemarkViewSGEntity.fromJson,
  1278. (JobAppliedStaffSGEntity).toString(): JobAppliedStaffSGEntity.fromJson,
  1279. (JobAppliedStaffSGRows).toString(): JobAppliedStaffSGRows.fromJson,
  1280. (JobListAddStaffEntity).toString(): JobListAddStaffEntity.fromJson,
  1281. (JobListAddStaffResultList).toString(): JobListAddStaffResultList.fromJson,
  1282. (JobListAppliedEditEntity).toString(): JobListAppliedEditEntity.fromJson,
  1283. (JobListAppliedEditReasonList).toString(): JobListAppliedEditReasonList.fromJson,
  1284. (JobListAppliedInfoEntity).toString(): JobListAppliedInfoEntity.fromJson,
  1285. (JobListAppliedStaffListEntity).toString(): JobListAppliedStaffListEntity.fromJson,
  1286. (JobListAppliedStaffListRows).toString(): JobListAppliedStaffListRows.fromJson,
  1287. (JobListAppliedStaffListRowsSecurityIn).toString(): JobListAppliedStaffListRowsSecurityIn.fromJson,
  1288. (JobListAppliedStaffListRowsSecurityOut).toString(): JobListAppliedStaffListRowsSecurityOut.fromJson,
  1289. (JobListAppliedStaffListRowsWorkIn).toString(): JobListAppliedStaffListRowsWorkIn.fromJson,
  1290. (JobListAppliedStaffListRowsWorkOut).toString(): JobListAppliedStaffListRowsWorkOut.fromJson,
  1291. (JobListAppliedStaffSearchEntity).toString(): JobListAppliedStaffSearchEntity.fromJson,
  1292. (JobListAppliedStaffSearchRows).toString(): JobListAppliedStaffSearchRows.fromJson,
  1293. (JobListAppliedWorkFlowEntity).toString(): JobListAppliedWorkFlowEntity.fromJson,
  1294. (JobListAppliedWorkFlowRecords).toString(): JobListAppliedWorkFlowRecords.fromJson,
  1295. (JobListDetailEntity).toString(): JobListDetailEntity.fromJson,
  1296. (JobListDetailDepartmentList).toString(): JobListDetailDepartmentList.fromJson,
  1297. (JobListERDetailEntity).toString(): JobListERDetailEntity.fromJson,
  1298. (JobListERDetailJob).toString(): JobListERDetailJob.fromJson,
  1299. (JobListEROptionEntity).toString(): JobListEROptionEntity.fromJson,
  1300. (JobListEROptionFilter).toString(): JobListEROptionFilter.fromJson,
  1301. (JobListEditIndexSGEntity).toString(): JobListEditIndexSGEntity.fromJson,
  1302. (JobListEditIndexOption).toString(): JobListEditIndexOption.fromJson,
  1303. (JobListEntity).toString(): JobListEntity.fromJson,
  1304. (JobListRows).toString(): JobListRows.fromJson,
  1305. (JobListIndexEntity).toString(): JobListIndexEntity.fromJson,
  1306. (JobListIndexDepartmentList).toString(): JobListIndexDepartmentList.fromJson,
  1307. (JobListIndexStatusList).toString(): JobListIndexStatusList.fromJson,
  1308. (JobListIndexSGEntity).toString(): JobListIndexSGEntity.fromJson,
  1309. (JobListIndexSGOption).toString(): JobListIndexSGOption.fromJson,
  1310. (JobListRemarkViewEntity).toString(): JobListRemarkViewEntity.fromJson,
  1311. (JobListSGEntity).toString(): JobListSGEntity.fromJson,
  1312. (JobListSGRows).toString(): JobListSGRows.fromJson,
  1313. (JobTemplateEditIndexEntity).toString(): JobTemplateEditIndexEntity.fromJson,
  1314. (JobTemplateEditIndexAgeList).toString(): JobTemplateEditIndexAgeList.fromJson,
  1315. (JobTemplateEditIndexSexList).toString(): JobTemplateEditIndexSexList.fromJson,
  1316. (JobTemplateEditIndexLanguageList).toString(): JobTemplateEditIndexLanguageList.fromJson,
  1317. (JobTemplateSGEntity).toString(): JobTemplateSGEntity.fromJson,
  1318. (JobTemplateSGRows).toString(): JobTemplateSGRows.fromJson,
  1319. (JobTitleEditIndexEntity).toString(): JobTitleEditIndexEntity.fromJson,
  1320. (JobTitleEditIndexTemplate).toString(): JobTitleEditIndexTemplate.fromJson,
  1321. (JobTitleSGEntity).toString(): JobTitleSGEntity.fromJson,
  1322. (JobTitleSGRows).toString(): JobTitleSGRows.fromJson,
  1323. (LabourListEREntity).toString(): LabourListEREntity.fromJson,
  1324. (LabourListERRows).toString(): LabourListERRows.fromJson,
  1325. (LabourReportEntity).toString(): LabourReportEntity.fromJson,
  1326. (LabourReportRows).toString(): LabourReportRows.fromJson,
  1327. (LabourReportTotal).toString(): LabourReportTotal.fromJson,
  1328. (LabourReportVNEntity).toString(): LabourReportVNEntity.fromJson,
  1329. (LabourReportVNRows).toString(): LabourReportVNRows.fromJson,
  1330. (LabourReportVNTotal).toString(): LabourReportVNTotal.fromJson,
  1331. (LabourRequestEREntity).toString(): LabourRequestEREntity.fromJson,
  1332. (LabourRequestERCountList).toString(): LabourRequestERCountList.fromJson,
  1333. (LabourRequestERSourceList).toString(): LabourRequestERSourceList.fromJson,
  1334. (LabourRequestERSourceListRequestList).toString(): LabourRequestERSourceListRequestList.fromJson,
  1335. (LabourRequestEROptionEntity).toString(): LabourRequestEROptionEntity.fromJson,
  1336. (LabourRequestEditIndexEntity).toString(): LabourRequestEditIndexEntity.fromJson,
  1337. (LabourRequestEditIndexTemplateList).toString(): LabourRequestEditIndexTemplateList.fromJson,
  1338. (LabourRequestEditIndexDepartmentList).toString(): LabourRequestEditIndexDepartmentList.fromJson,
  1339. (LabourRequestIndexEntity).toString(): LabourRequestIndexEntity.fromJson,
  1340. (LabourRequestIndexDepartmentList).toString(): LabourRequestIndexDepartmentList.fromJson,
  1341. (LabourRequestIndexStatusList).toString(): LabourRequestIndexStatusList.fromJson,
  1342. (LabourRequestListEntity).toString(): LabourRequestListEntity.fromJson,
  1343. (LabourRequestListRows).toString(): LabourRequestListRows.fromJson,
  1344. (LabourRequestWorkFlowEntity).toString(): LabourRequestWorkFlowEntity.fromJson,
  1345. (LabourRequestWorkFlowRecords).toString(): LabourRequestWorkFlowRecords.fromJson,
  1346. (LabourReviewListEntity).toString(): LabourReviewListEntity.fromJson,
  1347. (LabourReviewListRows).toString(): LabourReviewListRows.fromJson,
  1348. (LabourReviewStatusEntity).toString(): LabourReviewStatusEntity.fromJson,
  1349. (LabourReviewStatusRecords).toString(): LabourReviewStatusRecords.fromJson,
  1350. (PositionTableEntity).toString(): PositionTableEntity.fromJson,
  1351. (PositionTableRows).toString(): PositionTableRows.fromJson,
  1352. (ReviseIndexSGEntity).toString(): ReviseIndexSGEntity.fromJson,
  1353. (ReviseIndexSGStatusList).toString(): ReviseIndexSGStatusList.fromJson,
  1354. (ReviseListSGEntity).toString(): ReviseListSGEntity.fromJson,
  1355. (ReviseListSGRows).toString(): ReviseListSGRows.fromJson,
  1356. (ReviseLogSGEntity).toString(): ReviseLogSGEntity.fromJson,
  1357. (ReviseLogSGRecords).toString(): ReviseLogSGRecords.fromJson,
  1358. (ReviseLogSGRecordsContent).toString(): ReviseLogSGRecordsContent.fromJson,
  1359. (ReviseLogSGRecordsOption).toString(): ReviseLogSGRecordsOption.fromJson,
  1360. (ReviseOptionEntity).toString(): ReviseOptionEntity.fromJson,
  1361. (SGAttendanceReviewOptionEntity).toString(): SGAttendanceReviewOptionEntity.fromJson,
  1362. (SGAttendanceReviewTableEntity).toString(): SGAttendanceReviewTableEntity.fromJson,
  1363. (SGAttendanceReviewTableRows).toString(): SGAttendanceReviewTableRows.fromJson,
  1364. (SGAttendanceReviewTableRowsCheck).toString(): SGAttendanceReviewTableRowsCheck.fromJson,
  1365. (SGAttendanceReviewWorkflowEntity).toString(): SGAttendanceReviewWorkflowEntity.fromJson,
  1366. (SGAttendanceReviewWorkflowRow).toString(): SGAttendanceReviewWorkflowRow.fromJson,
  1367. (SGAttendanceReviewWorkflowRecords).toString(): SGAttendanceReviewWorkflowRecords.fromJson,
  1368. (SGDashboardEntity).toString(): SGDashboardEntity.fromJson,
  1369. (SGDashboardAgencyList).toString(): SGDashboardAgencyList.fromJson,
  1370. (SGDashboardAgencyListDays).toString(): SGDashboardAgencyListDays.fromJson,
  1371. (SGLabourRequestAddOptionEntity).toString(): SGLabourRequestAddOptionEntity.fromJson,
  1372. (LabourRequestAgencyEntity).toString(): LabourRequestAgencyEntity.fromJson,
  1373. (SGLabourRequestDetailEntity).toString(): SGLabourRequestDetailEntity.fromJson,
  1374. (SGLabourRequestDetailLabReq).toString(): SGLabourRequestDetailLabReq.fromJson,
  1375. (SGLabourRequestOptionEntity).toString(): SGLabourRequestOptionEntity.fromJson,
  1376. (SGLabourRequestTableEntity).toString(): SGLabourRequestTableEntity.fromJson,
  1377. (SGLabourRequestTableRows).toString(): SGLabourRequestTableRows.fromJson,
  1378. (SGLabourRequestWorlFlowEntity).toString(): SGLabourRequestWorlFlowEntity.fromJson,
  1379. (SGLabourRequestWorlFlowRow).toString(): SGLabourRequestWorlFlowRow.fromJson,
  1380. (SGLabourRequestWorlFlowRecords).toString(): SGLabourRequestWorlFlowRecords.fromJson,
  1381. (SGLabourReviewOptionEntity).toString(): SGLabourReviewOptionEntity.fromJson,
  1382. (SGLabourReviewTableEntity).toString(): SGLabourReviewTableEntity.fromJson,
  1383. (SGLabourReviewTableRows).toString(): SGLabourReviewTableRows.fromJson,
  1384. (SignInSignOutEntity).toString(): SignInSignOutEntity.fromJson,
  1385. (SignInSignOutRows).toString(): SignInSignOutRows.fromJson,
  1386. (StaffDetailEntity).toString(): StaffDetailEntity.fromJson,
  1387. (StaffDetailSGEntity).toString(): StaffDetailSGEntity.fromJson,
  1388. (StaffDetailSGReviews).toString(): StaffDetailSGReviews.fromJson,
  1389. (StaffDetailSGReviewsReviews).toString(): StaffDetailSGReviewsReviews.fromJson,
  1390. (StaffJobHistorySGEntity).toString(): StaffJobHistorySGEntity.fromJson,
  1391. (StaffJobHistorySGRows).toString(): StaffJobHistorySGRows.fromJson,
  1392. (StaffLabourHistoryEntity).toString(): StaffLabourHistoryEntity.fromJson,
  1393. (StaffLabourHistoryRows).toString(): StaffLabourHistoryRows.fromJson,
  1394. (StaffLabourHistoryRowsSecurityIn).toString(): StaffLabourHistoryRowsSecurityIn.fromJson,
  1395. (StaffLabourHistoryRowsSecurityOut).toString(): StaffLabourHistoryRowsSecurityOut.fromJson,
  1396. (StaffLabourHistoryRowsWorkIn).toString(): StaffLabourHistoryRowsWorkIn.fromJson,
  1397. (StaffLabourHistoryRowsWorkOut).toString(): StaffLabourHistoryRowsWorkOut.fromJson,
  1398. (StaffRemarkHistoryEntity).toString(): StaffRemarkHistoryEntity.fromJson,
  1399. (StaffRemarkHistoryRows).toString(): StaffRemarkHistoryRows.fromJson,
  1400. (StaffReportVNEntity).toString(): StaffReportVNEntity.fromJson,
  1401. (StaffRequestReportEntity).toString(): StaffRequestReportEntity.fromJson,
  1402. (StaffReviewHistorySGEntity).toString(): StaffReviewHistorySGEntity.fromJson,
  1403. (StaffReviewHistorySGReviews).toString(): StaffReviewHistorySGReviews.fromJson,
  1404. (SwitchProjectEntity).toString(): SwitchProjectEntity.fromJson,
  1405. (SwitchProjectUserList).toString(): SwitchProjectUserList.fromJson,
  1406. (THAppliedEditEntity).toString(): THAppliedEditEntity.fromJson,
  1407. (THAppliedEditApplied).toString(): THAppliedEditApplied.fromJson,
  1408. (THAppliedEmployeeEntity).toString(): THAppliedEmployeeEntity.fromJson,
  1409. (THAppliedEmployeeRows).toString(): THAppliedEmployeeRows.fromJson,
  1410. (THAppliedIndexEntity).toString(): THAppliedIndexEntity.fromJson,
  1411. (THAppliedIndexJob).toString(): THAppliedIndexJob.fromJson,
  1412. (THAppliedTableEntity).toString(): THAppliedTableEntity.fromJson,
  1413. (THAppliedTableRows).toString(): THAppliedTableRows.fromJson,
  1414. (THAppliedTableCheckInOut).toString(): THAppliedTableCheckInOut.fromJson,
  1415. (THEmployeeDetailEntity).toString(): THEmployeeDetailEntity.fromJson,
  1416. (THEmployeeDetailStaff).toString(): THEmployeeDetailStaff.fromJson,
  1417. (THEmployeeDetailReviews).toString(): THEmployeeDetailReviews.fromJson,
  1418. (THEmployeeRemarksEntity).toString(): THEmployeeRemarksEntity.fromJson,
  1419. (THEmployeeRemarksReviews).toString(): THEmployeeRemarksReviews.fromJson,
  1420. (THOAAttachmentEntity).toString(): THOAAttachmentEntity.fromJson,
  1421. (THOAAttachmentRows).toString(): THOAAttachmentRows.fromJson,
  1422. (THOALabourDetailEntity).toString(): THOALabourDetailEntity.fromJson,
  1423. (THOALabourDetailLabourRequest).toString(): THOALabourDetailLabourRequest.fromJson,
  1424. (THOALabourReviewTableEntity).toString(): THOALabourReviewTableEntity.fromJson,
  1425. (THOALabourReviewTableRows).toString(): THOALabourReviewTableRows.fromJson,
  1426. (THOALabourTableEntity).toString(): THOALabourTableEntity.fromJson,
  1427. (THOALabourTableRows).toString(): THOALabourTableRows.fromJson,
  1428. (THPreSelectedOptionEntity).toString(): THPreSelectedOptionEntity.fromJson,
  1429. (THPreSelectedStaffTableEntity).toString(): THPreSelectedStaffTableEntity.fromJson,
  1430. (THPreSelectedStaffTableRows).toString(): THPreSelectedStaffTableRows.fromJson,
  1431. (THPreSelectedTableEntity).toString(): THPreSelectedTableEntity.fromJson,
  1432. (THPreSelectedTableRows).toString(): THPreSelectedTableRows.fromJson,
  1433. (THReviseDetailEntity).toString(): THReviseDetailEntity.fromJson,
  1434. (THReviseTableEntity).toString(): THReviseTableEntity.fromJson,
  1435. (THReviseTableRows).toString(): THReviseTableRows.fromJson,
  1436. (THReviseWorkflowEntity).toString(): THReviseWorkflowEntity.fromJson,
  1437. (THReviseWorkflowRevise).toString(): THReviseWorkflowRevise.fromJson,
  1438. (THReviseWorkflowReviseApplied).toString(): THReviseWorkflowReviseApplied.fromJson,
  1439. (THReviseWorkflowRecords).toString(): THReviseWorkflowRecords.fromJson,
  1440. (THReviseWorkflowRecordsContent).toString(): THReviseWorkflowRecordsContent.fromJson,
  1441. (THReviseWorkflowRecordsContentReviseHours).toString(): THReviseWorkflowRecordsContentReviseHours.fromJson,
  1442. (THReviseWorkflowRecordsContentReviseMsg).toString(): THReviseWorkflowRecordsContentReviseMsg.fromJson,
  1443. (THUploadFileEntity).toString(): THUploadFileEntity.fromJson,
  1444. (UKAttendanceEntity).toString(): UKAttendanceEntity.fromJson,
  1445. (UKAttendanceRows).toString(): UKAttendanceRows.fromJson,
  1446. (UKAttendanceInOut).toString(): UKAttendanceInOut.fromJson,
  1447. (UKReportAttendanceEntity).toString(): UKReportAttendanceEntity.fromJson,
  1448. (UKReportAttendanceRows).toString(): UKReportAttendanceRows.fromJson,
  1449. (UKReportLabourEntity).toString(): UKReportLabourEntity.fromJson,
  1450. (UKReportLabourRows).toString(): UKReportLabourRows.fromJson,
  1451. (UKReportWorkingHoursEntity).toString(): UKReportWorkingHoursEntity.fromJson,
  1452. (UKReportWorkingHoursRows).toString(): UKReportWorkingHoursRows.fromJson,
  1453. (UKSecurityAttendanceEntity).toString(): UKSecurityAttendanceEntity.fromJson,
  1454. (UKSecurityAttendanceRows).toString(): UKSecurityAttendanceRows.fromJson,
  1455. (UKSecurityInOut).toString(): UKSecurityInOut.fromJson,
  1456. (UKSecurityAttendanceOptionEntity).toString(): UKSecurityAttendanceOptionEntity.fromJson,
  1457. (UKSecurityAttendanceOptionFilter).toString(): UKSecurityAttendanceOptionFilter.fromJson,
  1458. (UkAttendanceReviewEntity).toString(): UkAttendanceReviewEntity.fromJson,
  1459. (UkAttendanceReviewRows).toString(): UkAttendanceReviewRows.fromJson,
  1460. (UkAttendanceReviewRemarkEntity).toString(): UkAttendanceReviewRemarkEntity.fromJson,
  1461. (UkJobAppliedReviseAddDetailEntity).toString(): UkJobAppliedReviseAddDetailEntity.fromJson,
  1462. (UkJobAppliedReviseAddDetailApplied).toString(): UkJobAppliedReviseAddDetailApplied.fromJson,
  1463. (UkJobAppliedReviseEditDetailEntity).toString(): UkJobAppliedReviseEditDetailEntity.fromJson,
  1464. (UkJobAppliedReviseEditDetailApplied).toString(): UkJobAppliedReviseEditDetailApplied.fromJson,
  1465. (UkJobAppliedReviseEditDetailRevise).toString(): UkJobAppliedReviseEditDetailRevise.fromJson,
  1466. (UkJobAppliedReviseEditDetailReviseApplied).toString(): UkJobAppliedReviseEditDetailReviseApplied.fromJson,
  1467. (UkJobAppliedReviseInfoEntity).toString(): UkJobAppliedReviseInfoEntity.fromJson,
  1468. (UkJobAppliedReviseInfoRows).toString(): UkJobAppliedReviseInfoRows.fromJson,
  1469. (UkJobAppliedReviseLogEntity).toString(): UkJobAppliedReviseLogEntity.fromJson,
  1470. (UkJobAppliedReviseLogRecords).toString(): UkJobAppliedReviseLogRecords.fromJson,
  1471. (UkJobAppliedReviseLogRecordsContent).toString(): UkJobAppliedReviseLogRecordsContent.fromJson,
  1472. (UkJobAppliedReviseLogRecordsContentReviseHours).toString(): UkJobAppliedReviseLogRecordsContentReviseHours.fromJson,
  1473. (UkJobAppliedReviseLogRecordsContentStatus).toString(): UkJobAppliedReviseLogRecordsContentStatus.fromJson,
  1474. (UkJobAppliedReviseLogRecordsContentReason).toString(): UkJobAppliedReviseLogRecordsContentReason.fromJson,
  1475. (UkJobAppliedStaffListEntity).toString(): UkJobAppliedStaffListEntity.fromJson,
  1476. (UkJobAppliedStaffListRows).toString(): UkJobAppliedStaffListRows.fromJson,
  1477. (UkJobAppliedStaffListRowsSecurityIn).toString(): UkJobAppliedStaffListRowsSecurityIn.fromJson,
  1478. (UkJobAppliedStaffListRowsSecurityOut).toString(): UkJobAppliedStaffListRowsSecurityOut.fromJson,
  1479. (UkJobAppliedStaffListRowsWorkIn).toString(): UkJobAppliedStaffListRowsWorkIn.fromJson,
  1480. (UkJobAppliedStaffListRowsWorkOut).toString(): UkJobAppliedStaffListRowsWorkOut.fromJson,
  1481. (UkJobListAppliedStaffSearchEntity).toString(): UkJobListAppliedStaffSearchEntity.fromJson,
  1482. (UkJobListAppliedStaffSearchRows).toString(): UkJobListAppliedStaffSearchRows.fromJson,
  1483. (UkJobListAppliedStaffSelectoptionsEntity).toString(): UkJobListAppliedStaffSelectoptionsEntity.fromJson,
  1484. (UkJobListDetailEntity).toString(): UkJobListDetailEntity.fromJson,
  1485. (UkJobListDetailRow).toString(): UkJobListDetailRow.fromJson,
  1486. (UkJobListDetailDepartmentList).toString(): UkJobListDetailDepartmentList.fromJson,
  1487. (UkJobListDetailCertificateList).toString(): UkJobListDetailCertificateList.fromJson,
  1488. (UkJobListDetailVehicleList).toString(): UkJobListDetailVehicleList.fromJson,
  1489. (UkJobListDetailChallenge25List).toString(): UkJobListDetailChallenge25List.fromJson,
  1490. (UkJobTemplateDetailBySelectTitleEntity).toString(): UkJobTemplateDetailBySelectTitleEntity.fromJson,
  1491. (UkLabReqShowTemplateEntity).toString(): UkLabReqShowTemplateEntity.fromJson,
  1492. (UkLabReqShowTemplateCountryList).toString(): UkLabReqShowTemplateCountryList.fromJson,
  1493. (UkLabReqShowTemplateCityList).toString(): UkLabReqShowTemplateCityList.fromJson,
  1494. (UkLabourRequestDetailEntity).toString(): UkLabourRequestDetailEntity.fromJson,
  1495. (UkLabourRequestDetailCertificateList).toString(): UkLabourRequestDetailCertificateList.fromJson,
  1496. (UkLabourRequestDetailVehicleList).toString(): UkLabourRequestDetailVehicleList.fromJson,
  1497. (UkLabourRequestDetailChallenge25List).toString(): UkLabourRequestDetailChallenge25List.fromJson,
  1498. (UkLabourRequestDetailTemplateList).toString(): UkLabourRequestDetailTemplateList.fromJson,
  1499. (UkLabourRequestDetailDepartmentList).toString(): UkLabourRequestDetailDepartmentList.fromJson,
  1500. (UkLabourRequestDetailChargeList).toString(): UkLabourRequestDetailChargeList.fromJson,
  1501. (UkLabourRequestDetailEmploymentList).toString(): UkLabourRequestDetailEmploymentList.fromJson,
  1502. (UkLabourRequestDetailCountryList).toString(): UkLabourRequestDetailCountryList.fromJson,
  1503. (UkLabourRequestDetailCityList).toString(): UkLabourRequestDetailCityList.fromJson,
  1504. (UkLabourRequestPreselectAddstaffListEntity).toString(): UkLabourRequestPreselectAddstaffListEntity.fromJson,
  1505. (UkLabourRequestPreselectAddstaffListRows).toString(): UkLabourRequestPreselectAddstaffListRows.fromJson,
  1506. (UkLabourRequestPreselectedListEntity).toString(): UkLabourRequestPreselectedListEntity.fromJson,
  1507. (UkLabourRequestPreselectedListRows).toString(): UkLabourRequestPreselectedListRows.fromJson,
  1508. (UkLabourRequestReviewDetailEntity).toString(): UkLabourRequestReviewDetailEntity.fromJson,
  1509. (UkLabourRequestReviewDetailOrder).toString(): UkLabourRequestReviewDetailOrder.fromJson,
  1510. (UkLabourRequestReviewDetailOrderRequest).toString(): UkLabourRequestReviewDetailOrderRequest.fromJson,
  1511. (UkLabourRequestReviewDetailOrderRecords).toString(): UkLabourRequestReviewDetailOrderRecords.fromJson,
  1512. (UkLabourRequestReviewDetailRecords).toString(): UkLabourRequestReviewDetailRecords.fromJson,
  1513. (UkLabourRequestReviewListEntity).toString(): UkLabourRequestReviewListEntity.fromJson,
  1514. (UkLabourRequestReviewListRows).toString(): UkLabourRequestReviewListRows.fromJson,
  1515. (UkLabourRequestTableEntity).toString(): UkLabourRequestTableEntity.fromJson,
  1516. (UkLabourRequestTableRows).toString(): UkLabourRequestTableRows.fromJson,
  1517. (UkLabourReviewStatusEntity).toString(): UkLabourReviewStatusEntity.fromJson,
  1518. (UkLabourReviewStatusRow).toString(): UkLabourReviewStatusRow.fromJson,
  1519. (UkLabourReviewStatusRecords).toString(): UkLabourReviewStatusRecords.fromJson,
  1520. (UkReportCasualEntity).toString(): UkReportCasualEntity.fromJson,
  1521. (UkReportCasualRows).toString(): UkReportCasualRows.fromJson,
  1522. (UkReportCasualTotal).toString(): UkReportCasualTotal.fromJson,
  1523. (UkReportCasualPayEntity).toString(): UkReportCasualPayEntity.fromJson,
  1524. (UkReportCasualPayRows).toString(): UkReportCasualPayRows.fromJson,
  1525. (UkReportCasualPayTotal).toString(): UkReportCasualPayTotal.fromJson,
  1526. (UkReportOutletEntity).toString(): UkReportOutletEntity.fromJson,
  1527. (UkReportOutletRequestList).toString(): UkReportOutletRequestList.fromJson,
  1528. (UkStaffDetailEntity).toString(): UkStaffDetailEntity.fromJson,
  1529. (UkStaffDetailCertificates).toString(): UkStaffDetailCertificates.fromJson,
  1530. (UkStaffLabourHistoryEntity).toString(): UkStaffLabourHistoryEntity.fromJson,
  1531. (UkStaffLabourHistoryRows).toString(): UkStaffLabourHistoryRows.fromJson,
  1532. (UkStaffLabourHistoryRowsSecurityIn).toString(): UkStaffLabourHistoryRowsSecurityIn.fromJson,
  1533. (UkStaffLabourHistoryRowsSecurityOut).toString(): UkStaffLabourHistoryRowsSecurityOut.fromJson,
  1534. (UkStaffLabourHistoryRowsWorkIn).toString(): UkStaffLabourHistoryRowsWorkIn.fromJson,
  1535. (UkStaffLabourHistoryRowsWorkOut).toString(): UkStaffLabourHistoryRowsWorkOut.fromJson,
  1536. (UkTemplateDetailEntity).toString(): UkTemplateDetailEntity.fromJson,
  1537. (UkTemplateDetailRow).toString(): UkTemplateDetailRow.fromJson,
  1538. (UkTemplateDetailCountryList).toString(): UkTemplateDetailCountryList.fromJson,
  1539. (UkTemplateDetailCityList).toString(): UkTemplateDetailCityList.fromJson,
  1540. (UkTemplateDetailTitleList).toString(): UkTemplateDetailTitleList.fromJson,
  1541. (UkTemplateDetailCertificateList).toString(): UkTemplateDetailCertificateList.fromJson,
  1542. (UkTemplateDetailVehicleList).toString(): UkTemplateDetailVehicleList.fromJson,
  1543. (UkTemplateDetailChallenge25List).toString(): UkTemplateDetailChallenge25List.fromJson,
  1544. (UkTemplateDetailIndexEntity).toString(): UkTemplateDetailIndexEntity.fromJson,
  1545. (UkTemplateDetailIndexCountryList).toString(): UkTemplateDetailIndexCountryList.fromJson,
  1546. (UkTemplateDetailIndexCertificateList).toString(): UkTemplateDetailIndexCertificateList.fromJson,
  1547. (UkTemplateDetailIndexVehicleList).toString(): UkTemplateDetailIndexVehicleList.fromJson,
  1548. (UkTemplateDetailIndexChallenge25List).toString(): UkTemplateDetailIndexChallenge25List.fromJson,
  1549. (UkTemplateTableEntity).toString(): UkTemplateTableEntity.fromJson,
  1550. (UkTemplateTableRows).toString(): UkTemplateTableRows.fromJson,
  1551. (UkTemplateTitleOptionEntity).toString(): UkTemplateTitleOptionEntity.fromJson,
  1552. (ServerTime).toString(): ServerTime.fromJson,
  1553. };
  1554. bool containsKey(String type) {
  1555. return convertFuncMap.containsKey(type);
  1556. }
  1557. JsonConvertFunction? operator [](String key) {
  1558. return convertFuncMap[key];
  1559. }
  1560. }