package tables type Service_daliy_count struct { ServiceId int `json:"service_id"` Date string `json:"date" ` Count int `json:"count" ` } func (*Service_daliy_count) TableName() string { return "service_daliy_count" }