type StoreData struct { g.Meta `orm:"table:stores"` Id int `json:"id" orm:"id"` MerchantId int `json:"merchantId" orm:"merchant_id"` StoreName string `json:"storeName" orm:"name"` }