mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
7 lines
75 B
Go
7 lines
75 B
Go
package entity
|
|
|
|
type Stock struct {
|
|
Item OrderItem
|
|
Reserved uint32
|
|
}
|