liaoxujun@qq.com
2024-03-26 f87ea6675b5899d045a243fdd6510f47201e7e11
CoreCms.Net.Configuration/SystemSettingDictionary.cs
@@ -1,6 +1,6 @@
/***********************************************************************
 *            Project: CoreCms.Net                                     *
 *                Web: https://CoreCms.Net                             *
 *            Project: baifenBinfa.Net                                     *
 *                Web: https://baifenBinfa.com                             *
 *        Projectname= 百分兵法管理系统                               *
 *             Author:                                        *
 *              Email:                               *
@@ -272,8 +272,12 @@
            //》++++++++++++++++++++++++++++++++++++百分兵法增加++++++++++++++++
            //分销商用户组绑定key 有就绑定,无则不绑定
            //经销商用户组绑定key 有就绑定,无则不绑定
            di.Add(SystemSettingConstVars.DictionaryUserGroupKey, new DictionaryKeyValues() { sKey = "经销商关联用户组KEY", sValue = "DictionaryUserGroupKey" });
            //业绩开关
            di.Add(SystemSettingConstVars.DictionaryAchievementOnOff, new DictionaryKeyValues() { sKey = "是否开启业绩奖励", sValue = "1" });
            //业绩奖励技术因子
            di.Add(SystemSettingConstVars.DictionaryAchievementSet, new DictionaryKeyValues() { sKey = "业绩奖励", sValue = "2" });
            return di;
        }