@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>recommend-feature-client</artifactId>
- <version>1.1.23</version>
+ <version>1.1.24</version>
<dependencies>
<dependency>
@@ -61,6 +61,8 @@ public class AdRankItem implements Comparable<AdRankItem> {
private Long skuId;
//客户id
private Long customerId;
+ //行业
+ private String profession;
// 特征
private Map<String, Object> ext = new HashMap<>();