โครงการ => Tab การติดตามประเมินผล
This commit is contained in:
parent
ef8a853af1
commit
99faf68c66
4 changed files with 541 additions and 183 deletions
|
|
@ -0,0 +1,20 @@
|
|||
interface DevelopmentEvaluations {
|
||||
calculation: string;
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
developmentId: string;
|
||||
id: string;
|
||||
indicators: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
measuRement: string;
|
||||
metricType: string;
|
||||
obstacles: string;
|
||||
results: string;
|
||||
suggestions: string;
|
||||
target: number | null;
|
||||
}
|
||||
|
||||
export type { DevelopmentEvaluations };
|
||||
Loading…
Add table
Add a link
Reference in a new issue