dialog ไม่เเสร็จดี
This commit is contained in:
parent
03ea92dbe9
commit
61b38de30c
4 changed files with 1016 additions and 0 deletions
|
|
@ -53,6 +53,16 @@ interface FormComment {
|
|||
reason: string;
|
||||
}
|
||||
|
||||
interface FormCommentByRole {
|
||||
id: string;
|
||||
topic: string;
|
||||
reason: string;
|
||||
|
||||
reasonEvaluator: string;
|
||||
reasonCommander: string;
|
||||
reasonCommanderHigh: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormProfile,
|
||||
FormDataAssigned,
|
||||
|
|
@ -60,4 +70,5 @@ export type {
|
|||
ListCriteria,
|
||||
ListCapacity,
|
||||
FormComment,
|
||||
FormCommentByRole,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue