feat: product receive code
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 11s

This commit is contained in:
Methapon2001 2025-04-23 14:08:49 +07:00
parent 8d8ad40de1
commit cf67ed3d47
4 changed files with 15 additions and 3 deletions

View file

@ -53,6 +53,7 @@ export interface TaskOrder {
contactName: string;
taskOrderStatus: TaskOrderStatus;
taskName: string;
codeProductReceived?: string;
code: string;
id: string;
userTask: UserTask[];
@ -179,6 +180,7 @@ export interface TaskOrderPayload {
registeredBranchId?: string;
id?: string;
code?: string;
codeProductReceived?: string;
remark?: string;
}