mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
11 lines
198 B
Go
11 lines
198 B
Go
package view
|
|
|
|
type ItemViewModel struct {
|
|
Id string
|
|
Item string
|
|
Quantity string
|
|
Price string
|
|
SubTotal string
|
|
PaymentStatus string
|
|
ItemUrl string
|
|
}
|