fix error

This commit is contained in:
Bright 2025-03-10 09:48:05 +07:00
parent fb96c44753
commit bd0b4b9283
3 changed files with 143 additions and 24 deletions

View file

@ -265,7 +265,7 @@ export class viewRegistryEmployee {
birthdate: Date;
@ViewColumn()
degree: string;
degrees: string;
@ViewColumn()
age: number;

View file

@ -277,7 +277,7 @@ export class viewRegistryOfficer {
birthdate: Date;
@ViewColumn()
degree: string;
degrees: string;
@ViewColumn()
age: number;