rentease/internal/view/item_viewmodel.go
2025-01-24 17:30:35 +01:00

11 lines
198 B
Go

package view
type ItemViewModel struct {
Id string
Item string
Quantity string
Price string
SubTotal string
PaymentStatus string
ItemUrl string
}