- namespace MySystem
- {
- public class LeaderCompUser
- {
- public int UserId { get; set; }
- public int ParentUserId { get; set; }
- public string ParentNav { get; set; }
- public int LeaderType { get; set; }
- public int IsVip { get; set; }
- public int CityService { get; set; }
- public decimal Amt { get; set; }
- }
- }
|