package tables type Service struct { Id int `json:"id"xorm:"pk"` ReqUrl string `json:"req_url"` ReqType int `json:"req_type"` //ReqType string `json:"req_type"` }