mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
5 lines
71 B
Go
5 lines
71 B
Go
package view
|
|
|
|
type ItemListViewModel struct {
|
|
Items []ItemViewModel
|
|
}
|