Change department to position

This commit is contained in:
2026-03-02 14:02:16 +08:00
parent 76d5cdf542
commit 11f3eda668
4 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export interface CompanyFilter {
export interface EmployeeSerial {
serialNumber: string;
companyName: string;
department: string;
position: string;
employeeName: string;
isActive: boolean;
createdAt: string;