TMoneyshiftcheck.cs 418 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TMoneyshiftcheck
  6. {
  7. public ulong Gid { get; set; }
  8. public uint? TotalMoney { get; set; }
  9. public uint? DisctMoney { get; set; }
  10. public uint? FuelCash { get; set; }
  11. public uint? RealCash { get; set; }
  12. public int? Margin { get; set; }
  13. }
  14. }