refactor: add remark
This commit is contained in:
parent
01e59f5a4b
commit
92e0c22612
2 changed files with 8 additions and 2 deletions
|
|
@ -300,6 +300,7 @@ export type QuotationPayload = {
|
|||
contactName: string;
|
||||
workName: string;
|
||||
status?: Status;
|
||||
remark?: string;
|
||||
};
|
||||
|
||||
export type EmployeeWorker = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue