liwei 2 vuotta sitten
vanhempi
commit
b927921449
1 muutettua tiedostoa jossa 8 lisäystä ja 7 poistoa
  1. 8 7
      3dshow-customer/db/repo/repo.go

+ 8 - 7
3dshow-customer/db/repo/repo.go

@@ -18,13 +18,14 @@ type RepoSession struct {
 }
 }
 
 
 const (
 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{}
 type Map map[string]interface{}