using System.Collections.Generic;
namespace BBWY.Server.Model.Dto
{
public class StartPromotionTaskResponse
public string BrandName { get; set; }
public long JDPromotionId { get; set; }
public IList<string> DeleteGiftSkuList { get; set; }
}