Change department to position

This commit is contained in:
2026-03-02 14:01:52 +08:00
parent 4f18028a7b
commit e820b858bf
4 changed files with 9 additions and 9 deletions

View File

@@ -380,7 +380,7 @@ func (s *CompaniesService) GetStats() (map[string]any, error) {
"isActive": serial.IsActive,
"createdAt": serial.CreatedAt,
"type": "employee",
"department": serial.Department,
"position": serial.Position,
"employeeName": serial.EmployeeName,
})
}