- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TLmtcard
- {
- public ulong Gid { get; set; }
- public string CardNo { get; set; }
- public string ClassId { get; set; }
- public sbyte? LmtType { get; set; }
- }
- }
|