Tab8 API
This commit is contained in:
parent
6fc0c04a9b
commit
b9cc922edc
2 changed files with 47 additions and 43 deletions
|
|
@ -51,9 +51,16 @@ export class DevelopmentRisk extends EntityBase {
|
|||
@JoinColumn({ name: "developmentId" })
|
||||
development: Development;
|
||||
}
|
||||
export class CreateDevelopmentRisk {
|
||||
|
||||
export class UpdateDevelopmentRisk {
|
||||
@Column()
|
||||
address: string | null;
|
||||
issues: string | null;
|
||||
@Column()
|
||||
provinceId: string;
|
||||
chance: number | null;
|
||||
@Column()
|
||||
effects: number | null;
|
||||
@Column()
|
||||
riskLevel: string | null;
|
||||
@Column()
|
||||
riskManagement: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue