package model type IModel interface { TableName() string GetId() int }