using System;
using System.Collections.Generic;
namespace MySystem
{
    public class HelpProfitRelease
    {
        public int GetCount { get; set; }
        public string MerBrandId { get; set; }
        public int ExpandCount { get; set; }
        public int SourceCount { get; set; }
    }
}