using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDbManager.Models
{
    public partial class TLmtcard
    {
        public long Gid { get; set; }
        public string CardNo { get; set; }
        public string ClassId { get; set; }
        public byte? LmtType { get; set; }
    }
}