This commit is contained in:
che
2026-07-25 14:49:14 +05:00
parent 6e56cfc9cd
commit c564608983
3 changed files with 122 additions and 77 deletions
@@ -30,6 +30,7 @@ static TASK_TRANSFER_FIELDS: &[Field] = &[
Field::new("date_create").read_only(),
Field::new("status"),
Field::new("typ"),
Field::new("project_id"),
];
pub fn employee_serializer() -> ModelSerializer<Employee> {