no message
This commit is contained in:
parent
d21704baaf
commit
e9a6f00431
4 changed files with 230 additions and 386 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue