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

12 lines
220 B
Go

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