Add employee serial QR query support

This commit is contained in:
Frudrax Cheng
2026-05-28 10:24:49 +08:00
parent b9bc8f5419
commit 06da68e41b
5 changed files with 106 additions and 26 deletions
+1
View File
@@ -151,6 +151,7 @@ export interface EmployeeSerial {
position: string;
employeeName: string;
employeeId?: number;
employee?: User;
isActive: boolean;
createdAt: string;
updatedAt?: string;