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