using System;
using System.Collections.Generic;

namespace MySystem.PxcModels
{
    public partial class LeaderCompTmp
    {
        public int Id { get; set; }
        public string EveryMonthData { get; set; }
        public string ParentNav { get; set; }
        public int ParentUserId { get; set; }
    }
}