|
|
@@ -59,11 +59,21 @@ public class AdRankItem implements Comparable<AdRankItem> {
|
|
|
private Long id;
|
|
|
// 广告id
|
|
|
private Long skuId;
|
|
|
+
|
|
|
+ private Long adSkuId;
|
|
|
+ private Long adSkuCode;
|
|
|
+ private String adSkuName;
|
|
|
+
|
|
|
//客户id
|
|
|
private Long customerId;
|
|
|
//行业
|
|
|
private String profession;
|
|
|
|
|
|
+ private String adProfessionName;
|
|
|
+
|
|
|
+ private String adCategoryId;
|
|
|
+ private String adCategoryName;
|
|
|
+
|
|
|
private Integer landingPageType;
|
|
|
|
|
|
// 特征
|