package models

type Model struct {
	ID	int64
	Name	string
	Data	string
}
