12345678910111213141516171819202122232425 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TIntegtrdinfo
- {
- public ulong Gid { get; set; }
- public uint? Sno { get; set; }
- public uint? ShiftNo { get; set; }
- public byte? Posid { get; set; }
- public string EmpCardNo { get; set; }
- public string CardNo { get; set; }
- public string CommId { get; set; }
- public uint? Prc { get; set; }
- public uint? Vol { get; set; }
- public int? RealMon { get; set; }
- public DateTime Ttctime { get; set; }
- public DateTime? TtctimeEnd { get; set; }
- public uint Ttc { get; set; }
- public uint? NozNo { get; set; }
- public uint? Integral { get; set; }
- public byte? UploadFlag { get; set; }
- }
- }
|