Initial commit

This commit is contained in:
Ilya Groshev
2026-04-14 09:28:26 +03:00
commit 02f511f40c
161 changed files with 21541 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package model
const (
ShopGroupTypeUnknown int32 = 0
ShopGroupTypePremiumShop int32 = 1
ShopGroupTypeItemShop int32 = 3
ShopGroupTypeExchangeShop int32 = 4
ShopGroupTypeRecoveryShop int32 = 5
)