ระบบการพัฒนา => รายการโครงการปรับการแสดงผลแบบฟอร์ม

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-08 11:53:58 +07:00
parent 41a0d80b64
commit 20e99fe23b
13 changed files with 1791 additions and 1319 deletions

View file

@ -188,6 +188,22 @@ interface ResPrefix {
name: string;
}
interface ResRisk {
chance: number;
createdAt: string;
createdFullName: string;
createdUserId: string;
developmentId: string;
effects: number;
id: string;
issues: string;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdatedAt: string;
riskLevel: string;
riskManagement: string;
}
export type {
ResGroup,
ResLevel,
@ -201,4 +217,5 @@ export type {
DataTree,
ResHistory,
ResPrefix,
ResRisk,
};