feat: a few shipping products in box
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
export type CreateShippingProductSchema = {
|
||||
productId: (number | null);
|
||||
quantity: (number | null);
|
||||
palletId: number;
|
||||
palletId?: (number | null);
|
||||
boxId?: (number | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user