fix positionIsSelect
This commit is contained in:
parent
7f53c577b2
commit
8689e36292
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export class CreatePosDict {
|
|||
isSpecial: boolean;
|
||||
|
||||
@Column()
|
||||
positionIsSelected: boolean | null;
|
||||
positionIsSelected?: boolean | null;
|
||||
}
|
||||
|
||||
export class CreatePosDictExe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue