package talent_model type TalentBriefInfo struct { IsInfoComplete bool `json:"is_info_complete"` PlatformCount int `json:"platform_count"` BoBoCoinValue int64 `json:"bo_bo_coin_value"` HasDeliveryAddr bool `json:"has_delivery_addr"` }