|
|
|
@ -1,5 +1,6 @@
|
|
|
|
import 'package:test_sa/models/base.dart';
|
|
|
|
import 'package:test_sa/models/base.dart';
|
|
|
|
import 'package:test_sa/models/new_models/assigned_employee.dart';
|
|
|
|
import 'package:test_sa/models/new_models/assigned_employee.dart';
|
|
|
|
|
|
|
|
|
|
|
|
// int? id;
|
|
|
|
// int? id;
|
|
|
|
// String? userId;
|
|
|
|
// String? userId;
|
|
|
|
// DateTime? startDate;
|
|
|
|
// DateTime? startDate;
|
|
|
|
@ -7,9 +8,9 @@ import 'package:test_sa/models/new_models/assigned_employee.dart';
|
|
|
|
// int? workingHours;
|
|
|
|
// int? workingHours;
|
|
|
|
// String? technicalComment;
|
|
|
|
// String? technicalComment;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class AssistantEmployees extends Base {
|
|
|
|
class AssistantEmployees extends Base {
|
|
|
|
String? userId;
|
|
|
|
String? userId;
|
|
|
|
|
|
|
|
|
|
|
|
AssistantEmployees({
|
|
|
|
AssistantEmployees({
|
|
|
|
this.id,
|
|
|
|
this.id,
|
|
|
|
this.user,
|
|
|
|
this.user,
|
|
|
|
|