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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue