MsgNotRead.cs 206 B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem
  4. {
  5. public class MsgNotRead
  6. {
  7. public int PlacardCount { get; set; }
  8. public int PersonalCount { get; set; }
  9. }
  10. }