This website requires JavaScript.
Explore
Help
Sign In
egommerce
/
api-entities
Watch
1
Star
0
Fork
0
You've already forked api-entities
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5a5f643be8
api-entities
/
pricing
/
model
/
product_price.go
7 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Restructurization
2024-12-06 13:24:56 +01:00
package
pricing
update
2022-12-19 08:52:12 +01:00
type
ProductPriceModel
struct
{
Change price type float to int
2024-07-15 20:24:01 +02:00
PID
string
`
db:"pid"
`
Price
int
`
db:"price"
`
update
2022-12-19 08:52:12 +01:00
}
Reference in New Issue
Copy Permalink