some fixes

This commit is contained in:
2026-02-02 16:36:35 +03:00
parent 2a71754c6f
commit f8f3a6c15f
4 changed files with 40 additions and 19 deletions

View File

@@ -8,8 +8,9 @@ import (
type Group struct {
ID int
Name string
IsAdmin bool `db:"is_admin"`
IsVip bool `db:"is_vip"`
IsPremium bool `db:"is_premium"`
IsAdmin bool `db:"is_admin"`
IsTester bool `db:"is_tester"`
Multiplier decimal.Decimal
Sale decimal.Decimal