fix error
This commit is contained in:
parent
fb96c44753
commit
bd0b4b9283
3 changed files with 143 additions and 24 deletions
|
|
@ -265,7 +265,7 @@ export class viewRegistryEmployee {
|
|||
birthdate: Date;
|
||||
|
||||
@ViewColumn()
|
||||
degree: string;
|
||||
degrees: string;
|
||||
|
||||
@ViewColumn()
|
||||
age: number;
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ export class viewRegistryOfficer {
|
|||
birthdate: Date;
|
||||
|
||||
@ViewColumn()
|
||||
degree: string;
|
||||
degrees: string;
|
||||
|
||||
@ViewColumn()
|
||||
age: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue