no message

This commit is contained in:
Kittapath 2024-04-17 15:27:37 +07:00
parent d21704baaf
commit e9a6f00431
4 changed files with 230 additions and 386 deletions

View file

@ -48,12 +48,12 @@ export class PlannedGoal extends EntityBase {
// @JoinColumn({ name: "posLevelPlannedId" })
// posLevelPlanned: PosLevel;
// @Column({
// nullable: true,
// comment: "ประเภท(กลุ่มอาชีพ คุณสมบัติ)",
// default: null,
// })
// type: string;
@Column({
nullable: true,
comment: "ประเภท(กลุ่มอาชีพ คุณสมบัติ)",
default: null,
})
type: string;
@Column({
nullable: true,