using System;
using System.Collections.Generic;
using System.Text;

namespace HengshanPaymentTerminal.Support
{
    public class CardInfo
    {
        public byte CardType { get; set; }

        public ushort CardCtc { get; set; }
    }
}