- using System;
- using System.Collections.Generic;
- namespace MySystem.Models
- {
- public partial class LeaderCompTmp
- {
- public int Id { get; set; }
- public string EveryMonthData { get; set; }
- public string ParentNav { get; set; }
- public int ParentUserId { get; set; }
- }
- }
|