|
@ -12,10 +12,13 @@ namespace BBWYB.Server.Model.Dto |
|
|
} |
|
|
} |
|
|
public List<MergePurchaseSchemeProductSkuResponse> MergePurchaseSchemeProductSkuList { get; set; } |
|
|
public List<MergePurchaseSchemeProductSkuResponse> MergePurchaseSchemeProductSkuList { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 主营类目列表
|
|
|
|
|
|
/// </summary>
|
|
|
public IList<PurchaserExtendedInfoResponse> CategoryList { get; set; } |
|
|
public IList<PurchaserExtendedInfoResponse> CategoryList { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 自定义标签集合
|
|
|
/// 标签列表
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public IList<PurchaserExtendedInfoResponse> TagList { get; set; } |
|
|
public IList<PurchaserExtendedInfoResponse> TagList { get; set; } |
|
|
} |
|
|
} |
|
|