|
@@ -18,13 +18,14 @@ type RepoSession struct {
|
|
|
}
|
|
|
|
|
|
const (
|
|
|
- CollectionSupply = "supply"
|
|
|
- CollectionCollect = "collect"
|
|
|
- CollectionProduct = "product"
|
|
|
- CollectionAddress = "address"
|
|
|
- CollectionOrder = "order"
|
|
|
- CollectionShopCart = "shopCart"
|
|
|
- CollectionAssets = "assets"
|
|
|
+ CollectionSupply = "supply"
|
|
|
+ CollectionCollect = "collect"
|
|
|
+ CollectionProduct = "product"
|
|
|
+ CollectionAddress = "address"
|
|
|
+ CollectionOrder = "order"
|
|
|
+ CollectionShopCart = "shopCart"
|
|
|
+ CollectionAssets = "assets"
|
|
|
+ CollectionUserSupply = "user_supply"
|
|
|
)
|
|
|
|
|
|
type Map map[string]interface{}
|