@@ -110,6 +110,11 @@ public class EntCacheResDto implements Serializable {
*/
private Long contactsId;
+ /**
+ * 企业头像
+ */
+ private String head;
+
private Integer status;
}