步步为盈

13 lines
287 B

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; }
}
}