裕隆城折扣合作@中興低碳 折扣報表
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
397B

  1. using System;
  2. using System.Collections.Generic;
  3. namespace CouponReport.Models.CouponMiddleware;
  4. public partial class CouponSetting
  5. {
  6. public int Id { get; set; }
  7. public DateTime CreateDateTimeUtc { get; set; }
  8. public DateTime ModifyDateTimeUtc { get; set; }
  9. public Guid ActivityId { get; set; }
  10. public string? Url { get; set; }
  11. public string? Name { get; set; }
  12. }