TPreallotinfo.cs 416 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TPreallotinfo
  6. {
  7. public ulong Gid { get; set; }
  8. public ulong? AcctGid { get; set; }
  9. public string CardNo { get; set; }
  10. public int? AllotPer { get; set; }
  11. public int? AllotMoney { get; set; }
  12. public sbyte? AllotModel { get; set; }
  13. }
  14. }