Refactoring
This commit is contained in:
7
pricing/entity/product_price.go
Normal file
7
pricing/entity/product_price.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package pricing
|
||||
|
||||
type ProductPriceEntity struct {
|
||||
ID int `db:"id"`
|
||||
PID string `db:"pid"`
|
||||
Price int `db:"price"`
|
||||
}
|
||||
Reference in New Issue
Block a user