Refactoring
This commit is contained in:
9
pricing/dto/product_price.go
Normal file
9
pricing/dto/product_price.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pricing
|
||||
|
||||
type ProductPriceRequestDTO struct {
|
||||
ProductId int `json:"product_id"`
|
||||
}
|
||||
|
||||
type ProductPriceResponseDTO struct {
|
||||
Price int `json:"price"`
|
||||
}
|
||||
Reference in New Issue
Block a user