Models
This commit is contained in:
parent
d48a83c7b1
commit
fc2475712d
|
|
@ -87,8 +87,6 @@ abstract class ProductEntity extends Object
|
||||||
createdAt: 0,
|
createdAt: 0,
|
||||||
assignedUserId: '',
|
assignedUserId: '',
|
||||||
createdUserId: '',
|
createdUserId: '',
|
||||||
projectId: '',
|
|
||||||
vendorId: '',
|
|
||||||
documents: BuiltList<DocumentEntity>(),
|
documents: BuiltList<DocumentEntity>(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,6 @@ abstract class TaskEntity extends Object
|
||||||
assignedUserId: '',
|
assignedUserId: '',
|
||||||
createdAt: 0,
|
createdAt: 0,
|
||||||
createdUserId: '',
|
createdUserId: '',
|
||||||
vendorId: '',
|
|
||||||
statusId: '',
|
statusId: '',
|
||||||
statusSortOrder: 0,
|
statusSortOrder: 0,
|
||||||
documents: BuiltList<DocumentEntity>(),
|
documents: BuiltList<DocumentEntity>(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue