fix
This commit is contained in:
parent
a03b23ce35
commit
0ae8eb1f1f
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ export class UpdatePosDict {
|
|||
posLevelId: string;
|
||||
|
||||
@Column()
|
||||
posExecutiveId?: string;
|
||||
posExecutiveId?: string | undefined;
|
||||
|
||||
@Column()
|
||||
posDictExecutiveField: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue