no message
This commit is contained in:
parent
3bfbb93691
commit
bc86f4d2d9
5 changed files with 200 additions and 128 deletions
|
|
@ -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: "เป็นตำแหน่งที่ถูกเลือกในรอบนั้นๆ หรือไม่?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue