HdTouchRewardTmp.cs 458 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem.MpMainModels2
  4. {
  5. public partial class HdTouchRewardTmp
  6. {
  7. public string SnNo { get; set; }
  8. public int Status { get; set; }
  9. public string BonusType { get; set; }
  10. public string AcctNm { get; set; }
  11. public string EffectiveDate { get; set; }
  12. public decimal Reward { get; set; }
  13. public DateTime? LightUpTime { get; set; }
  14. }
  15. }