This commit is contained in:
2025-11-21 11:14:27 +03:00
parent 4fe13e55c6
commit bc1713cb71
5 changed files with 50 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ type User struct {
WorkID int `gorm:"default:1"`
Work *Work
WorkTime time.Time
AutoID sql.NullInt64
Auto *ShopAuto
BusinessID sql.NullInt64
@@ -32,6 +33,7 @@ type User struct {
Maid *ShopMaid
MinerID sql.NullInt64
Miner *ShopMiner
IncomeTime time.Time
BTC decimal.Decimal
Invested decimal.Decimal