feat: shipping warehouse and cost

This commit is contained in:
2024-07-18 04:56:20 +03:00
parent c4dc887305
commit 5c6e7cf5f5
21 changed files with 192 additions and 33 deletions

View File

@@ -7,5 +7,6 @@ export type DealQuickCreateRequest = {
clientName: string;
comment: string;
acceptanceDate: string;
shippingWarehouse: string;
};