using System; using System.Collections.Generic; namespace MySystem.MpMainModels2 { public partial class ConsumerOpenIds { public string OpenId { get; set; } public int ConsumerId { get; set; } } }