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

@ -538,14 +538,6 @@ export class CreateDevelopment {
orgRootShortName: string;
@Column()
orgRevisionId: string;
@Column()
strategyChildPlannedId: string;
@Column()
strategyChildPlannedNode: number;
@Column()
strategyChildActualId: string;
@Column()
strategyChildActualNode: number;
}
export class UpdateDevelopment1 {
@ -617,6 +609,14 @@ export class UpdateDevelopment3 {
projectNigthHoldActual?: number | null;
@Column()
developmentProjectTechniqueActuals?: string[];
@Column()
strategyChildPlannedId?: string;
@Column()
strategyChildPlannedNode?: number;
@Column()
strategyChildActualId?: string;
@Column()
strategyChildActualNode?: number;
}
export class UpdateDevelopment4 {
// @Column()

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,