using System; using System.Collections.Generic; namespace MySystem.Models.Main { public partial class MerchantForMobile { public string Mobile { get; set; } public int MerchantId { get; set; } } }