|
@@ -0,0 +1,737 @@
|
|
|
+package com.ruoyi.system.domain.fg;
|
|
|
+
|
|
|
+import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
+import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
+import com.ruoyi.common.annotation.Excel;
|
|
|
+import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
+
|
|
|
+/**
|
|
|
+ * 达人数据对象 t_blogger
|
|
|
+ *
|
|
|
+ * @author ruoyi
|
|
|
+ * @date 2023-11-24
|
|
|
+ */
|
|
|
+public class Blogger extends BaseEntity
|
|
|
+{
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String age;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avatar;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgGuestPrice;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgGuestPriceStr;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avglike30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgTotalUserCount30Day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgUserCount30Day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgUserSale;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String avgUserSaleStr;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemeavgsalescount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemeavgsalesgmv30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemeCount30Day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemecount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemesalescount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemesalesgmv30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String awemes;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String city;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String contentTags;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String customVerify;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String enterpriseVerify;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String fansinc30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String gender;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ private String id;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String includeState;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean isBrandSelf;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean isFavorite;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean isFocus;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean isMcn;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean isRooming;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String likeCount;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String likesinc30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String liveavggmv30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String liveavgsalescount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String liveCount30Day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String livegmv30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String livesalescount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String liveTags;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String location;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String nickName;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String platformFans;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String province;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String score;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String sellgoodsawemecount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String sellgoodslivecount30day;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String shortId;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String signature;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String tags;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String uid;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String uniqueId;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private String url;
|
|
|
+
|
|
|
+ /** $column.columnComment */
|
|
|
+ @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
+ private Boolean withFusionShopEntry;
|
|
|
+
|
|
|
+ public void setAge(String age)
|
|
|
+ {
|
|
|
+ this.age = age;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAge()
|
|
|
+ {
|
|
|
+ return age;
|
|
|
+ }
|
|
|
+ public void setAvatar(String avatar)
|
|
|
+ {
|
|
|
+ this.avatar = avatar;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvatar()
|
|
|
+ {
|
|
|
+ return avatar;
|
|
|
+ }
|
|
|
+ public void setAvgGuestPrice(String avgGuestPrice)
|
|
|
+ {
|
|
|
+ this.avgGuestPrice = avgGuestPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgGuestPrice()
|
|
|
+ {
|
|
|
+ return avgGuestPrice;
|
|
|
+ }
|
|
|
+ public void setAvgGuestPriceStr(String avgGuestPriceStr)
|
|
|
+ {
|
|
|
+ this.avgGuestPriceStr = avgGuestPriceStr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgGuestPriceStr()
|
|
|
+ {
|
|
|
+ return avgGuestPriceStr;
|
|
|
+ }
|
|
|
+ public void setAvglike30day(String avglike30day)
|
|
|
+ {
|
|
|
+ this.avglike30day = avglike30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvglike30day()
|
|
|
+ {
|
|
|
+ return avglike30day;
|
|
|
+ }
|
|
|
+ public void setAvgTotalUserCount30Day(String avgTotalUserCount30Day)
|
|
|
+ {
|
|
|
+ this.avgTotalUserCount30Day = avgTotalUserCount30Day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgTotalUserCount30Day()
|
|
|
+ {
|
|
|
+ return avgTotalUserCount30Day;
|
|
|
+ }
|
|
|
+ public void setAvgUserCount30Day(String avgUserCount30Day)
|
|
|
+ {
|
|
|
+ this.avgUserCount30Day = avgUserCount30Day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgUserCount30Day()
|
|
|
+ {
|
|
|
+ return avgUserCount30Day;
|
|
|
+ }
|
|
|
+ public void setAvgUserSale(String avgUserSale)
|
|
|
+ {
|
|
|
+ this.avgUserSale = avgUserSale;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgUserSale()
|
|
|
+ {
|
|
|
+ return avgUserSale;
|
|
|
+ }
|
|
|
+ public void setAvgUserSaleStr(String avgUserSaleStr)
|
|
|
+ {
|
|
|
+ this.avgUserSaleStr = avgUserSaleStr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAvgUserSaleStr()
|
|
|
+ {
|
|
|
+ return avgUserSaleStr;
|
|
|
+ }
|
|
|
+ public void setAwemeavgsalescount30day(String awemeavgsalescount30day)
|
|
|
+ {
|
|
|
+ this.awemeavgsalescount30day = awemeavgsalescount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemeavgsalescount30day()
|
|
|
+ {
|
|
|
+ return awemeavgsalescount30day;
|
|
|
+ }
|
|
|
+ public void setAwemeavgsalesgmv30day(String awemeavgsalesgmv30day)
|
|
|
+ {
|
|
|
+ this.awemeavgsalesgmv30day = awemeavgsalesgmv30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemeavgsalesgmv30day()
|
|
|
+ {
|
|
|
+ return awemeavgsalesgmv30day;
|
|
|
+ }
|
|
|
+ public void setAwemeCount30Day(String awemeCount30Day)
|
|
|
+ {
|
|
|
+ this.awemeCount30Day = awemeCount30Day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemeCount30Day()
|
|
|
+ {
|
|
|
+ return awemeCount30Day;
|
|
|
+ }
|
|
|
+ public void setAwemecount30day(String awemecount30day)
|
|
|
+ {
|
|
|
+ this.awemecount30day = awemecount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemecount30day()
|
|
|
+ {
|
|
|
+ return awemecount30day;
|
|
|
+ }
|
|
|
+ public void setAwemesalescount30day(String awemesalescount30day)
|
|
|
+ {
|
|
|
+ this.awemesalescount30day = awemesalescount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemesalescount30day()
|
|
|
+ {
|
|
|
+ return awemesalescount30day;
|
|
|
+ }
|
|
|
+ public void setAwemesalesgmv30day(String awemesalesgmv30day)
|
|
|
+ {
|
|
|
+ this.awemesalesgmv30day = awemesalesgmv30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemesalesgmv30day()
|
|
|
+ {
|
|
|
+ return awemesalesgmv30day;
|
|
|
+ }
|
|
|
+ public void setAwemes(String awemes)
|
|
|
+ {
|
|
|
+ this.awemes = awemes;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAwemes()
|
|
|
+ {
|
|
|
+ return awemes;
|
|
|
+ }
|
|
|
+ public void setCity(String city)
|
|
|
+ {
|
|
|
+ this.city = city;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCity()
|
|
|
+ {
|
|
|
+ return city;
|
|
|
+ }
|
|
|
+ public void setContentTags(String contentTags)
|
|
|
+ {
|
|
|
+ this.contentTags = contentTags;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getContentTags()
|
|
|
+ {
|
|
|
+ return contentTags;
|
|
|
+ }
|
|
|
+ public void setCustomVerify(String customVerify)
|
|
|
+ {
|
|
|
+ this.customVerify = customVerify;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomVerify()
|
|
|
+ {
|
|
|
+ return customVerify;
|
|
|
+ }
|
|
|
+ public void setEnterpriseVerify(String enterpriseVerify)
|
|
|
+ {
|
|
|
+ this.enterpriseVerify = enterpriseVerify;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEnterpriseVerify()
|
|
|
+ {
|
|
|
+ return enterpriseVerify;
|
|
|
+ }
|
|
|
+ public void setFansinc30day(String fansinc30day)
|
|
|
+ {
|
|
|
+ this.fansinc30day = fansinc30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFansinc30day()
|
|
|
+ {
|
|
|
+ return fansinc30day;
|
|
|
+ }
|
|
|
+ public void setGender(String gender)
|
|
|
+ {
|
|
|
+ this.gender = gender;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getGender()
|
|
|
+ {
|
|
|
+ return gender;
|
|
|
+ }
|
|
|
+ public void setId(String id)
|
|
|
+ {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getId()
|
|
|
+ {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+ public void setIncludeState(String includeState)
|
|
|
+ {
|
|
|
+ this.includeState = includeState;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIncludeState()
|
|
|
+ {
|
|
|
+ return includeState;
|
|
|
+ }
|
|
|
+ public void setIsBrandSelf(Boolean isBrandSelf)
|
|
|
+ {
|
|
|
+ this.isBrandSelf = isBrandSelf;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsBrandSelf()
|
|
|
+ {
|
|
|
+ return isBrandSelf;
|
|
|
+ }
|
|
|
+ public void setIsFavorite(Boolean isFavorite)
|
|
|
+ {
|
|
|
+ this.isFavorite = isFavorite;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsFavorite()
|
|
|
+ {
|
|
|
+ return isFavorite;
|
|
|
+ }
|
|
|
+ public void setIsFocus(Boolean isFocus)
|
|
|
+ {
|
|
|
+ this.isFocus = isFocus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsFocus()
|
|
|
+ {
|
|
|
+ return isFocus;
|
|
|
+ }
|
|
|
+ public void setIsMcn(Boolean isMcn)
|
|
|
+ {
|
|
|
+ this.isMcn = isMcn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsMcn()
|
|
|
+ {
|
|
|
+ return isMcn;
|
|
|
+ }
|
|
|
+ public void setIsRooming(Boolean isRooming)
|
|
|
+ {
|
|
|
+ this.isRooming = isRooming;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsRooming()
|
|
|
+ {
|
|
|
+ return isRooming;
|
|
|
+ }
|
|
|
+ public void setLikeCount(String likeCount)
|
|
|
+ {
|
|
|
+ this.likeCount = likeCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLikeCount()
|
|
|
+ {
|
|
|
+ return likeCount;
|
|
|
+ }
|
|
|
+ public void setLikesinc30day(String likesinc30day)
|
|
|
+ {
|
|
|
+ this.likesinc30day = likesinc30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLikesinc30day()
|
|
|
+ {
|
|
|
+ return likesinc30day;
|
|
|
+ }
|
|
|
+ public void setLiveavggmv30day(String liveavggmv30day)
|
|
|
+ {
|
|
|
+ this.liveavggmv30day = liveavggmv30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLiveavggmv30day()
|
|
|
+ {
|
|
|
+ return liveavggmv30day;
|
|
|
+ }
|
|
|
+ public void setLiveavgsalescount30day(String liveavgsalescount30day)
|
|
|
+ {
|
|
|
+ this.liveavgsalescount30day = liveavgsalescount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLiveavgsalescount30day()
|
|
|
+ {
|
|
|
+ return liveavgsalescount30day;
|
|
|
+ }
|
|
|
+ public void setLiveCount30Day(String liveCount30Day)
|
|
|
+ {
|
|
|
+ this.liveCount30Day = liveCount30Day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLiveCount30Day()
|
|
|
+ {
|
|
|
+ return liveCount30Day;
|
|
|
+ }
|
|
|
+ public void setLivegmv30day(String livegmv30day)
|
|
|
+ {
|
|
|
+ this.livegmv30day = livegmv30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLivegmv30day()
|
|
|
+ {
|
|
|
+ return livegmv30day;
|
|
|
+ }
|
|
|
+ public void setLivesalescount30day(String livesalescount30day)
|
|
|
+ {
|
|
|
+ this.livesalescount30day = livesalescount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLivesalescount30day()
|
|
|
+ {
|
|
|
+ return livesalescount30day;
|
|
|
+ }
|
|
|
+ public void setLiveTags(String liveTags)
|
|
|
+ {
|
|
|
+ this.liveTags = liveTags;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLiveTags()
|
|
|
+ {
|
|
|
+ return liveTags;
|
|
|
+ }
|
|
|
+ public void setLocation(String location)
|
|
|
+ {
|
|
|
+ this.location = location;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLocation()
|
|
|
+ {
|
|
|
+ return location;
|
|
|
+ }
|
|
|
+ public void setNickName(String nickName)
|
|
|
+ {
|
|
|
+ this.nickName = nickName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getNickName()
|
|
|
+ {
|
|
|
+ return nickName;
|
|
|
+ }
|
|
|
+ public void setPlatformFans(String platformFans)
|
|
|
+ {
|
|
|
+ this.platformFans = platformFans;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPlatformFans()
|
|
|
+ {
|
|
|
+ return platformFans;
|
|
|
+ }
|
|
|
+ public void setProvince(String province)
|
|
|
+ {
|
|
|
+ this.province = province;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getProvince()
|
|
|
+ {
|
|
|
+ return province;
|
|
|
+ }
|
|
|
+ public void setScore(String score)
|
|
|
+ {
|
|
|
+ this.score = score;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getScore()
|
|
|
+ {
|
|
|
+ return score;
|
|
|
+ }
|
|
|
+ public void setSellgoodsawemecount30day(String sellgoodsawemecount30day)
|
|
|
+ {
|
|
|
+ this.sellgoodsawemecount30day = sellgoodsawemecount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSellgoodsawemecount30day()
|
|
|
+ {
|
|
|
+ return sellgoodsawemecount30day;
|
|
|
+ }
|
|
|
+ public void setSellgoodslivecount30day(String sellgoodslivecount30day)
|
|
|
+ {
|
|
|
+ this.sellgoodslivecount30day = sellgoodslivecount30day;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSellgoodslivecount30day()
|
|
|
+ {
|
|
|
+ return sellgoodslivecount30day;
|
|
|
+ }
|
|
|
+ public void setShortId(String shortId)
|
|
|
+ {
|
|
|
+ this.shortId = shortId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getShortId()
|
|
|
+ {
|
|
|
+ return shortId;
|
|
|
+ }
|
|
|
+ public void setSignature(String signature)
|
|
|
+ {
|
|
|
+ this.signature = signature;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSignature()
|
|
|
+ {
|
|
|
+ return signature;
|
|
|
+ }
|
|
|
+ public void setTags(String tags)
|
|
|
+ {
|
|
|
+ this.tags = tags;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTags()
|
|
|
+ {
|
|
|
+ return tags;
|
|
|
+ }
|
|
|
+ public void setUid(String uid)
|
|
|
+ {
|
|
|
+ this.uid = uid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUid()
|
|
|
+ {
|
|
|
+ return uid;
|
|
|
+ }
|
|
|
+ public void setUniqueId(String uniqueId)
|
|
|
+ {
|
|
|
+ this.uniqueId = uniqueId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUniqueId()
|
|
|
+ {
|
|
|
+ return uniqueId;
|
|
|
+ }
|
|
|
+ public void setUrl(String url)
|
|
|
+ {
|
|
|
+ this.url = url;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUrl()
|
|
|
+ {
|
|
|
+ return url;
|
|
|
+ }
|
|
|
+ public void setWithFusionShopEntry(Boolean withFusionShopEntry)
|
|
|
+ {
|
|
|
+ this.withFusionShopEntry = withFusionShopEntry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getWithFusionShopEntry()
|
|
|
+ {
|
|
|
+ return withFusionShopEntry;
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
+ .append("age", getAge())
|
|
|
+ .append("avatar", getAvatar())
|
|
|
+ .append("avgGuestPrice", getAvgGuestPrice())
|
|
|
+ .append("avgGuestPriceStr", getAvgGuestPriceStr())
|
|
|
+ .append("avglike30day", getAvglike30day())
|
|
|
+ .append("avgTotalUserCount30Day", getAvgTotalUserCount30Day())
|
|
|
+ .append("avgUserCount30Day", getAvgUserCount30Day())
|
|
|
+ .append("avgUserSale", getAvgUserSale())
|
|
|
+ .append("avgUserSaleStr", getAvgUserSaleStr())
|
|
|
+ .append("awemeavgsalescount30day", getAwemeavgsalescount30day())
|
|
|
+ .append("awemeavgsalesgmv30day", getAwemeavgsalesgmv30day())
|
|
|
+ .append("awemeCount30Day", getAwemeCount30Day())
|
|
|
+ .append("awemecount30day", getAwemecount30day())
|
|
|
+ .append("awemesalescount30day", getAwemesalescount30day())
|
|
|
+ .append("awemesalesgmv30day", getAwemesalesgmv30day())
|
|
|
+ .append("awemes", getAwemes())
|
|
|
+ .append("city", getCity())
|
|
|
+ .append("contentTags", getContentTags())
|
|
|
+ .append("customVerify", getCustomVerify())
|
|
|
+ .append("enterpriseVerify", getEnterpriseVerify())
|
|
|
+ .append("fansinc30day", getFansinc30day())
|
|
|
+ .append("gender", getGender())
|
|
|
+ .append("id", getId())
|
|
|
+ .append("includeState", getIncludeState())
|
|
|
+ .append("isBrandSelf", getIsBrandSelf())
|
|
|
+ .append("isFavorite", getIsFavorite())
|
|
|
+ .append("isFocus", getIsFocus())
|
|
|
+ .append("isMcn", getIsMcn())
|
|
|
+ .append("isRooming", getIsRooming())
|
|
|
+ .append("likeCount", getLikeCount())
|
|
|
+ .append("likesinc30day", getLikesinc30day())
|
|
|
+ .append("liveavggmv30day", getLiveavggmv30day())
|
|
|
+ .append("liveavgsalescount30day", getLiveavgsalescount30day())
|
|
|
+ .append("liveCount30Day", getLiveCount30Day())
|
|
|
+ .append("livegmv30day", getLivegmv30day())
|
|
|
+ .append("livesalescount30day", getLivesalescount30day())
|
|
|
+ .append("liveTags", getLiveTags())
|
|
|
+ .append("location", getLocation())
|
|
|
+ .append("nickName", getNickName())
|
|
|
+ .append("platformFans", getPlatformFans())
|
|
|
+ .append("province", getProvince())
|
|
|
+ .append("score", getScore())
|
|
|
+ .append("sellgoodsawemecount30day", getSellgoodsawemecount30day())
|
|
|
+ .append("sellgoodslivecount30day", getSellgoodslivecount30day())
|
|
|
+ .append("shortId", getShortId())
|
|
|
+ .append("signature", getSignature())
|
|
|
+ .append("tags", getTags())
|
|
|
+ .append("uid", getUid())
|
|
|
+ .append("uniqueId", getUniqueId())
|
|
|
+ .append("url", getUrl())
|
|
|
+ .append("withFusionShopEntry", getWithFusionShopEntry())
|
|
|
+ .toString();
|
|
|
+ }
|
|
|
+}
|