- using System;
- namespace Dfs.WayneChina.SpsDataCourier.HostModels
- {
- public class OfflineCardRepLoss
- {
- public long gid { get; set; }
- public string cardNo { get; set; }
- public byte operType { get; set; }
- public string operNo { get; set; }
- public int sNo { get; set; }
- public DateTime LossTime { get; set; }
- public string reason { get; set; }
- public byte operationType { get; set; }
- }
- }
|