移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
CoreCms.Net.Configuration/SystemSettingDictionary.cs
@@ -274,6 +274,8 @@
            //》++++++++++++++++++++++++++++++++++++百分兵法增加++++++++++++++++
            //经销商用户组绑定key 有就绑定,无则不绑定
            di.Add(SystemSettingConstVars.DictionaryUserGroupKey, new DictionaryKeyValues() { sKey = "经销商关联用户组KEY", sValue = "DictionaryUserGroupKey" });
            //经销商配送奖励
            di.Add(SystemSettingConstVars.DictionaryDeliverFees, new DictionaryKeyValues() { sKey = "经销商配送奖励", sValue = "5" });
            //业绩开关
            di.Add(SystemSettingConstVars.DictionaryAchievementOnOff, new DictionaryKeyValues() { sKey = "是否开启业绩奖励", sValue = "1" });
            //业绩奖励技术因子
@@ -336,6 +338,7 @@
            {
                new CommonKeyValues() {sDescription = "本地同城配送", sValue = "无", sKey = "benditongcheng"},
                new CommonKeyValues() {sDescription = "本地上门自提", sValue = "无", sKey = "shangmenziti"},
                  new CommonKeyValues() {sDescription = "供应商送货", sValue = "无", sKey = "Distributor"},
            };
            return list;
        }