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