fix bug
This commit is contained in:
parent
5f5942089a
commit
83f92fc38c
2 changed files with 159 additions and 135 deletions
|
|
@ -610,13 +610,13 @@ export class UpdateDevelopment3 {
|
|||
@Column()
|
||||
developmentProjectTechniqueActuals?: string[];
|
||||
@Column()
|
||||
strategyChildPlannedId?: string;
|
||||
strategyChildPlannedId?: string | null;
|
||||
@Column()
|
||||
strategyChildPlannedNode?: number;
|
||||
strategyChildPlannedNode?: number | null;
|
||||
@Column()
|
||||
strategyChildActualId?: string;
|
||||
strategyChildActualId?: string | null;
|
||||
@Column()
|
||||
strategyChildActualNode?: number;
|
||||
strategyChildActualNode?: number | null;
|
||||
}
|
||||
export class UpdateDevelopment4 {
|
||||
// @Column()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue