using System; using System.Collections.Generic; namespace MySystem.Models.Main1 { public partial class HelpProfitMerIds { public int MerchantId { get; set; } public int UserId { get; set; } } }