ระบบการพัฒนา => รายการโครงการปรับการแสดงผลแบบฟอร์ม
This commit is contained in:
parent
41a0d80b64
commit
20e99fe23b
13 changed files with 1791 additions and 1319 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue