7 changed files with 29 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
namespace SiNan.Model.Dto |
||||
|
{ |
||||
|
public class Product360PopularizeAnalysisRequest |
||||
|
{ |
||||
|
public IList<string> SkuIdList { get; set; } |
||||
|
|
||||
|
public DateTime StartDate { get; set; } |
||||
|
|
||||
|
public DateTime EndDate { get; set; } |
||||
|
} |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
namespace SiNan.Model.Dto |
||||
|
{ |
||||
|
public class Product360PopularizeAnalysisAdGroupResponse |
||||
|
{ |
||||
|
} |
||||
|
} |
@ -0,0 +1,10 @@ |
|||||
|
namespace SiNan.Model.Dto |
||||
|
{ |
||||
|
public class Product360PopularizeAnalysisCampaginRepsonse |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 业务渠道 快车=2 智能推广=134217728
|
||||
|
/// </summary>
|
||||
|
public int BusinessType { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue