add revenue now workd through shell command

This commit is contained in:
samantha42
2026-03-24 21:31:01 +01:00
parent 7e2c332e60
commit 63be7b9282
13 changed files with 200 additions and 78 deletions

View File

@@ -6,7 +6,6 @@ type Company struct {
SharesOutstanding int
Price float64
CurrencyID int
Currency *Currency // populated on joins
}
type CompanyInput struct {