rentease/internal/view/report_line_viewmodel.go
2024-07-15 16:59:23 +02:00

16 lines
289 B
Go

package view
import "github.com/a-h/templ"
type ReportLine struct {
Id string
Url templ.SafeURL
Total string
CustomerName string
From string
To string
Platform string
PlatformFees string
Fee string
Profit string
}