username@email.com
2024-04-02 f326d51f25a45b57e7b8929976f28daa53ccaca3
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;
        }