| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms.Net * |
| | | * Web: https://CoreCms.Net * |
| | | * Project: baifenBinfa.Net * |
| | | * Web: https://baifenBinfa.com * |
| | | * ProjectName: 百分兵法管理系统 * |
| | | * Author: * |
| | | * Email: * |
| | |
| | | /// </summary> |
| | | public const string OpenDistribution = "openDistribution"; |
| | | /// <summary> |
| | | /// 用户须知:成为分销商后,可以获取佣金,用户只可被推荐一次,越早推荐越返利越多哦。 |
| | | /// 用户须知:成为经销商后,可以获取佣金,用户只可被推荐一次,越早推荐越返利越多哦。 |
| | | /// </summary> |
| | | public const string DistributionNotes = "distributionNotes"; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const string DistributionLevel = "distributionLevel"; |
| | | /// <summary> |
| | | /// 成为分销商条件:1无条件(需要审核),2申请(需要审核),3无条件,4注册账号自动开通 |
| | | /// 成为经销商条件:1无条件(需要审核),2申请(需要审核),3无条件,4注册账号自动开通 |
| | | /// </summary> |
| | | public const string DistributionType = "distributionType"; |
| | | /// <summary> |
| | | /// 消费自动成为分销商:元 |
| | | /// 消费自动成为经销商:元 |
| | | /// </summary> |
| | | public const string DistributionMoney = "distributionMoney"; |
| | | /// <summary> |
| | | /// 购买商品成为分销商:1关闭,2任意商品,3指定商品 |
| | | /// 购买商品成为经销商:1关闭,2任意商品,3指定商品 |
| | | /// </summary> |
| | | public const string DistributionGoods = "distributionGoods"; |
| | | /// <summary> |
| | | /// 购买商品成为分销商指定商品序列号 |
| | | /// 购买商品成为经销商指定商品序列号 |
| | | /// </summary> |
| | | public const string DistributionGoodsId = "distributionGoodsId"; |
| | | /// <summary> |
| | |
| | | public static readonly string GiveCouponNumber = "giveCouponNumber"; |
| | | |
| | | |
| | | //==>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>百分兵法>>>>>>>>>>>>>>>>>> 增加 |
| | | /// <summary> |
| | | /// 经销商对应用户等级KEY 保存后如果是分销审批成功,用户自动切换值该用户组 |
| | | /// </summary> |
| | | public static readonly string DictionaryUserGroupKey = "dictionaryUserGroupKey"; |
| | | |
| | | /// <summary> |
| | | /// 经销商发货奖励设置 |
| | | /// </summary> |
| | | public static readonly string DictionaryDeliverFees = "dictionaryDeliverFees"; |
| | | |
| | | /// <summary> |
| | | /// 业绩奖励 开关 |
| | | /// </summary> |
| | | public static readonly string DictionaryAchievementOnOff = "dictionaryAchievementOnOff"; |
| | | |
| | | /// <summary> |
| | | /// 业绩奖励因子点数 百分比,用于计算业绩奖励 |
| | | /// </summary> |
| | | public static readonly string DictionaryAchievementSet = "dictionaryAchievementSet"; |
| | | |
| | | /// <summary> |
| | | /// 推广费用 |
| | | /// </summary> |
| | | public static readonly string DictionaryTuiGuangFeiYong = "dictionaryTuiGuangFeiYong"; |
| | | /// <summary> |
| | | /// 业绩门槛 |
| | | /// </summary> |
| | | public static readonly string DictionaryYeJiMenKan = "dictionaryYeJiMenKan"; |
| | | |
| | | |
| | | } |
| | | } |