mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:53:25 +08:00
【修复】修复SystemSettingConstVars类下常量CommissionChannel,注释说明错误,导致容易被误解的情况。
This commit is contained in:
@@ -106,17 +106,12 @@ namespace CoreCms.Net.Configuration
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public const string StoreOrderAutomaticDelivery = "storeOrderAutomaticDelivery";
|
public const string StoreOrderAutomaticDelivery = "storeOrderAutomaticDelivery";
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 门店订单自动发货
|
/// 佣金计算通道
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string CommissionChannel = "commissionChannel";
|
public const string CommissionChannel = "commissionChannel";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//分销功能(老分销)=============================================================
|
//分销功能(老分销)=============================================================
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否开启分销
|
/// 是否开启分销
|
||||||
|
|||||||
Reference in New Issue
Block a user