TMoneygiftallot.cs 507 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TMoneygiftallot
  6. {
  7. public ulong Gid { get; set; }
  8. public string AcctId { get; set; }
  9. public int? WaitMoney { get; set; }
  10. public int? WaitGift { get; set; }
  11. public string CardNo { get; set; }
  12. public int? AllotMoney { get; set; }
  13. public sbyte? AllotType { get; set; }
  14. public sbyte? UploadFlag { get; set; }
  15. }
  16. }