fix positionIsSelect

This commit is contained in:
Bright 2024-04-24 15:35:12 +07:00
parent a3d501f7d4
commit 7f53c577b2

View file

@ -101,6 +101,9 @@ export class CreatePosDict {
@Column()
isSpecial: boolean;
@Column()
positionIsSelected: boolean | null;
}
export class CreatePosDictExe {