- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbManager.Models
- {
- public partial class TCardreploss
- {
- public long Gid { get; set; }
- public string CardNo { get; set; }
- public int? Sno { get; set; }
- public DateTime? LossTime { get; set; }
- public byte? OperType { get; set; }
- public string OperNo { get; set; }
- public string Reason { get; set; }
- }
- }
|