no message

This commit is contained in:
Kittapath 2024-02-09 22:55:42 +07:00
parent 3bfbb93691
commit bc86f4d2d9
5 changed files with 200 additions and 128 deletions

View file

@ -49,7 +49,7 @@ export class Position extends EntityBase {
length: 255,
default: null,
})
positionExecutiveField: string;
positionExecutiveField?: string;
@Column({
nullable: true,
@ -57,7 +57,7 @@ export class Position extends EntityBase {
length: 255,
default: null,
})
positionArea: string;
positionArea?: string;
@Column({
comment: "เป็นตำแหน่งที่ถูกเลือกในรอบนั้นๆ หรือไม่?",