mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
6 lines
103 B
Go
6 lines
103 B
Go
package view
|
|
|
|
type ItemListViewModel struct {
|
|
Items []ItemViewModel
|
|
Payments []PaymentViewModel
|
|
}
|