// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // MemberInfo is the golang structure for table member_info. type MemberInfo struct { Id uint `json:"id" orm:"id" description:""` // Jwcode int `json:"jwcode" orm:"jwcode" description:""` // Nickname string `json:"nickname" orm:"nickname" description:""` // Img string `json:"img" orm:"img" description:""` // Medal string `json:"medal" orm:"medal" description:"体验官勋章url"` // 体验官勋章url LocMarket string `json:"locMarket" orm:"loc_market" description:""` // Dept string `json:"dept" orm:"dept" description:""` // Shop string `json:"shop" orm:"shop" description:""` // BoguMember int `json:"boguMember" orm:"bogu_member" description:"1:博股会员,0:不是"` // 1:博股会员,0:不是 }