|
|
|
@ -602,8 +602,8 @@ class ActivityMaintenance {
|
|
|
|
int? activityStatus;
|
|
|
|
int? activityStatus;
|
|
|
|
String? startTime;
|
|
|
|
String? startTime;
|
|
|
|
String? endTime;
|
|
|
|
String? endTime;
|
|
|
|
int? workingHours;
|
|
|
|
double? workingHours;
|
|
|
|
int? travelHours;
|
|
|
|
double? travelHours;
|
|
|
|
RepairLocation? repairLocation;
|
|
|
|
RepairLocation? repairLocation;
|
|
|
|
AssignedEmployee? assignedEmployee;
|
|
|
|
AssignedEmployee? assignedEmployee;
|
|
|
|
String? technicalComment;
|
|
|
|
String? technicalComment;
|
|
|
|
@ -611,7 +611,7 @@ class ActivityMaintenance {
|
|
|
|
int? supplierEngineer;
|
|
|
|
int? supplierEngineer;
|
|
|
|
String? supplierStartTime;
|
|
|
|
String? supplierStartTime;
|
|
|
|
String? supplierEndTime;
|
|
|
|
String? supplierEndTime;
|
|
|
|
int? supplierWorkingHours;
|
|
|
|
double? supplierWorkingHours;
|
|
|
|
List<ActivityMaintenanceAssistantEmployees>? assistantEmployees;
|
|
|
|
List<ActivityMaintenanceAssistantEmployees>? assistantEmployees;
|
|
|
|
|
|
|
|
|
|
|
|
ActivityMaintenance(
|
|
|
|
ActivityMaintenance(
|
|
|
|
|