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