zhengyiming
18 小时以前 f7bb0825bc06b8cea32caa44d2326dde51990e77
LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayRateChannel.cs
@@ -18,35 +18,47 @@
}
public enum LifePayRateChannelCodeEnum
//public enum LifePayRateChannelCodeEnum
//{
//    /// <summary>
//    /// 中国移动
//    /// </summary>
//    [Description("liantong")]
//    中国移动 = 10,
//    /// <summary>
//    /// 中国联通
//    /// </summary>
//    [Description("中国联通")]
//    中国联通 = 20,
//    /// <summary>
//    /// 中国电信
//    /// </summary>
//    [Description("中国电信")]
//    中国电信 = 30,
//    /// <summary>
//    /// 国家电网
//    /// </summary>
//    [Description("国家电网")]
//    国家电网 = 40,
//    /// <summary>
//    /// 南方电网
//    /// </summary>
//    [Description("南方电网")]
//    南方电网 = 50,
//}
public static class LifePayRateChannelCode
{
    /// <summary>
    /// 中国移动
    /// </summary>
    [Description("中国移动")]
    中国移动 = 10,
    /// <summary>
    /// 中国联通
    /// </summary>
    [Description("中国联通")]
    中国联通 = 20,
    /// <summary>
    /// 中国电信
    /// </summary>
    [Description("中国电信")]
    中国电信 = 30,
    /// <summary>
    /// 国家电网
    /// </summary>
    [Description("国家电网")]
    国家电网 = 40,
    /// <summary>
    /// 南方电网
    /// </summary>
    [Description("南方电网")]
    南方电网 = 50,
    public const string 中国移动 = "yidong";
    public const string 中国联通 = "liantong";
    public const string 中国电信 = "dianxin";
    public const string 国家电网 = "guowang";
    public const string 南方电网 = "nanwang";
    public const string 中燃燃气 = "zhong_ran";
    public const string 新奥燃气 = "xin_ao";
    public const string 北京燃气 = "bei_jing";
}