This commit is contained in:
harid 2025-12-08 10:18:41 +07:00
parent e4a17b62ee
commit 2cb7a9ab07
13 changed files with 232 additions and 4 deletions

View file

@ -5,6 +5,7 @@ import { Development } from "./Development";
@Entity("developmentRisk")
export class DevelopmentRisk extends EntityBase {
@Column({
type: "longtext",
nullable: true,
comment: "ประเด็นความเสี่ยง",
default: null,
@ -33,6 +34,7 @@ export class DevelopmentRisk extends EntityBase {
riskLevel: string;
@Column({
type: "longtext",
nullable: true,
comment: "เเนวทางการบริหารความเสี่ยง",
default: null,