Add employee serial QR query support
This commit is contained in:
@@ -151,6 +151,7 @@ export interface EmployeeSerial {
|
||||
position: string;
|
||||
employeeName: string;
|
||||
employeeId?: number;
|
||||
employee?: User;
|
||||
isActive: boolean;
|
||||
createdAt: string;
|
||||
updatedAt?: string;
|
||||
|
||||
Reference in New Issue
Block a user