@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>recommend-feature-client</artifactId>
- <version>1.1.35</version>
+ <version>1.1.36</version>
<dependencies>
<dependency>
@@ -66,6 +66,9 @@ public class AdRankItem implements Comparable<AdRankItem> {
//客户id
private Long customerId;
+
+ // 代理商id
+ private Long agentId;
//行业
private String profession;