- using System;
- using System.Collections.Generic;
- namespace MySystem
- {
- public class ProgressUserList
- {
- public decimal LastMonth { get; set; }
- public decimal ThisMonth { get; set; }
- public int IsOk { get; set; }
- public int UserId { get; set; }
- public string ParentNav { get; set; }
- }
- }
|