using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.HengshanPayTerminal.Support { public class CardInfo { public byte CardType { get; set; } public ushort CardCtc { get; set; } } }