refactor: add remark

This commit is contained in:
Thanaphon Frappet 2024-10-18 11:12:04 +07:00
parent 01e59f5a4b
commit 92e0c22612
2 changed files with 8 additions and 2 deletions

View file

@ -300,6 +300,7 @@ export type QuotationPayload = {
contactName: string;
workName: string;
status?: Status;
remark?: string;
};
export type EmployeeWorker = {