feat: finish back-end work (untested)
This commit is contained in:
7
api/dto/item_order_set_quantity_request.go
Normal file
7
api/dto/item_order_set_quantity_request.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type ItemOrderSetQuantityRequest struct {
|
||||
OrderId int `json:"order_id"`
|
||||
ItemId int `json:"item_id"`
|
||||
Quantity int `json:"quantity"`
|
||||
}
|
||||
Reference in New Issue
Block a user