using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.HengshanPayTerminal.Support { public enum AuthResultCode { Passed = 0x00, Blacklisted = 0x01, Failed = 0x02, } }