add daily stats and color

This commit is contained in:
shoopea
2021-12-11 10:38:14 +08:00
parent 15203263e6
commit 0bfa4461ba
4 changed files with 46 additions and 14 deletions

View File

@@ -30,11 +30,13 @@ type StatMonthly struct {
}
type StatDaily struct {
Money int64
Loan int64
Value int64
Trains int
Road int
Planes int
Ships int
CompanyID uint8
Date time.Time
Money int64
Loan int64
Value int64
Train int
Road int
Plane int
Ship int
}