Change department to position
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ export interface CompanyFilter {
|
||||
export interface EmployeeSerial {
|
||||
serialNumber: string;
|
||||
companyName: string;
|
||||
department: string;
|
||||
position: string;
|
||||
employeeName: string;
|
||||
isActive: boolean;
|
||||
createdAt: string;
|
||||
|
||||
Reference in New Issue
Block a user