裕隆城折扣合作@中興低碳 折扣報表
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

14 строки
266B

  1. using System;
  2. using System.Collections.Generic;
  3. namespace CouponReport.Models.Parkingeyes;
  4. public partial class AggregatedCounter
  5. {
  6. public string Key { get; set; } = null!;
  7. public long Value { get; set; }
  8. public DateTime? ExpireAt { get; set; }
  9. }