fix positionIsSelect

This commit is contained in:
Bright 2024-04-24 15:42:59 +07:00
parent 7f53c577b2
commit 8689e36292

View file

@ -103,7 +103,7 @@ export class CreatePosDict {
isSpecial: boolean;
@Column()
positionIsSelected: boolean | null;
positionIsSelected?: boolean | null;
}
export class CreatePosDictExe {