Update Product POS
This commit is contained in:
@@ -146,11 +146,12 @@ type CheckingInquiryResponse struct {
|
||||
}
|
||||
|
||||
type CreateOrderItemResponse struct {
|
||||
ID int64 `json:"id"`
|
||||
ItemID int64 `json:"item_id"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
Price float64 `json:"price"`
|
||||
Name string `json:"name"`
|
||||
ID int64 `json:"id"`
|
||||
ItemID int64 `json:"item_id"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
Price float64 `json:"price"`
|
||||
Name string `json:"name"`
|
||||
IsSeasonTicket bool `json:"is_season_ticket"`
|
||||
}
|
||||
|
||||
type ProductDailySales struct {
|
||||
|
||||
Reference in New Issue
Block a user