using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DealMvc.Core.Member.E { #region 接口类型 /// /// 接口类型 /// [Flags] public enum ApiType { 支付宝 = 0, 财付通 = 1 } #endregion }