ปรับ kpi
This commit is contained in:
parent
56fae384bf
commit
b832a6e2a4
6 changed files with 174 additions and 127 deletions
|
|
@ -53,6 +53,11 @@ interface FormComment {
|
|||
reason: string;
|
||||
}
|
||||
|
||||
interface DataOptions {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface FormCommentByRole {
|
||||
id: string;
|
||||
topic: string;
|
||||
|
|
@ -80,4 +85,5 @@ export type {
|
|||
FormComment,
|
||||
FormCommentByRole,
|
||||
FormQuery,
|
||||
DataOptions
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue