NoticeItem.cs 245 B

1234567891011
  1. using AntDesign.ProLayout;
  2. namespace wispro.sp.web.Models
  3. {
  4. public class NoticeItem : NoticeIconData
  5. {
  6. public string Id { get; set; }
  7. public string Type { get; set; }
  8. public string Status { get; set; }
  9. }
  10. }