- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TMoneyshiftcheck
- {
- public ulong Gid { get; set; }
- public uint? TotalMoney { get; set; }
- public uint? DisctMoney { get; set; }
- public uint? FuelCash { get; set; }
- public uint? RealCash { get; set; }
- public int? Margin { get; set; }
- }
- }
|