From be67478cae6bf9308f15949a21e7d0a57a3f0ecb Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 16 七月 2020 15:37:31 +0800 Subject: [PATCH] dubbo集成修改 --- facede-common/src/main/java/com/yeshi/common/entity/taobao/TaoBaoShopInfo.java | 194 ++++++++++++++++++++++++------------------------ 1 files changed, 97 insertions(+), 97 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShopInfo.java b/facede-common/src/main/java/com/yeshi/common/entity/taobao/TaoBaoShopInfo.java similarity index 97% rename from fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShopInfo.java rename to facede-common/src/main/java/com/yeshi/common/entity/taobao/TaoBaoShopInfo.java index 11c1134..38c91f7 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShopInfo.java +++ b/facede-common/src/main/java/com/yeshi/common/entity/taobao/TaoBaoShopInfo.java @@ -1,97 +1,97 @@ -package com.yeshi.fanli.entity.taobao; - -import org.springframework.data.annotation.Id; -import org.springframework.data.annotation.PersistenceConstructor; -import org.springframework.data.mongodb.core.mapping.Document; - -/** - * 娣樺疂搴楅摵淇℃伅 - * - * @author Administrator - * - */ -@Document(collection = "tbShopInfo") -public class TaoBaoShopInfo { - @Id - private Long userId;// 搴楅摵ID - private String shopTitle;// 搴楅摵鏍囬 - private String shopType;// 搴楅摵绫诲瀷 B-澶╃尗 C-娣樺疂 - private String sellerNick;// 鍗栧鏄电О - private String pictureUrl;// 搴楅摵鍥炬爣 - private String shopUrl;// 搴楅摵鍦板潃 - - private String userType;// 搴楅摵绫诲瀷 1-澶╃尗 0-娣樺疂() - - - public TaoBaoShopInfo() { - - } - - @PersistenceConstructor - public TaoBaoShopInfo(Long userId, String shopTitle, String shopType, String sellerNick, String pictureUrl, - String shopUrl) { - this.userId = userId; - this.shopTitle = shopTitle; - this.shopType = shopType; - this.sellerNick = sellerNick; - this.pictureUrl = pictureUrl; - this.shopUrl = shopUrl; - } - - public Long getUserId() { - return userId; - } - - public void setUserId(Long userId) { - this.userId = userId; - } - - public String getShopTitle() { - return shopTitle; - } - - public void setShopTitle(String shopTitle) { - this.shopTitle = shopTitle; - } - - public String getShopType() { - return shopType; - } - - public void setShopType(String shopType) { - this.shopType = shopType; - } - - public String getSellerNick() { - return sellerNick; - } - - public void setSellerNick(String sellerNick) { - this.sellerNick = sellerNick; - } - - public String getPictureUrl() { - return pictureUrl; - } - - public void setPictureUrl(String pictureUrl) { - this.pictureUrl = pictureUrl; - } - - public String getShopUrl() { - return shopUrl; - } - - public void setShopUrl(String shopUrl) { - this.shopUrl = shopUrl; - } - - public String getUserType() { - return userType; - } - - public void setUserType(String userType) { - this.userType = userType; - } - -} +package com.yeshi.common.entity.taobao; + +import org.springframework.data.annotation.Id; +import org.springframework.data.annotation.PersistenceConstructor; +import org.springframework.data.mongodb.core.mapping.Document; + +/** + * 娣樺疂搴楅摵淇℃伅 + * + * @author Administrator + * + */ +@Document(collection = "tbShopInfo") +public class TaoBaoShopInfo { + @Id + private Long userId;// 搴楅摵ID + private String shopTitle;// 搴楅摵鏍囬 + private String shopType;// 搴楅摵绫诲瀷 B-澶╃尗 C-娣樺疂 + private String sellerNick;// 鍗栧鏄电О + private String pictureUrl;// 搴楅摵鍥炬爣 + private String shopUrl;// 搴楅摵鍦板潃 + + private String userType;// 搴楅摵绫诲瀷 1-澶╃尗 0-娣樺疂() + + + public TaoBaoShopInfo() { + + } + + @PersistenceConstructor + public TaoBaoShopInfo(Long userId, String shopTitle, String shopType, String sellerNick, String pictureUrl, + String shopUrl) { + this.userId = userId; + this.shopTitle = shopTitle; + this.shopType = shopType; + this.sellerNick = sellerNick; + this.pictureUrl = pictureUrl; + this.shopUrl = shopUrl; + } + + public Long getUserId() { + return userId; + } + + public void setUserId(Long userId) { + this.userId = userId; + } + + public String getShopTitle() { + return shopTitle; + } + + public void setShopTitle(String shopTitle) { + this.shopTitle = shopTitle; + } + + public String getShopType() { + return shopType; + } + + public void setShopType(String shopType) { + this.shopType = shopType; + } + + public String getSellerNick() { + return sellerNick; + } + + public void setSellerNick(String sellerNick) { + this.sellerNick = sellerNick; + } + + public String getPictureUrl() { + return pictureUrl; + } + + public void setPictureUrl(String pictureUrl) { + this.pictureUrl = pictureUrl; + } + + public String getShopUrl() { + return shopUrl; + } + + public void setShopUrl(String shopUrl) { + this.shopUrl = shopUrl; + } + + public String getUserType() { + return userType; + } + + public void setUserType(String userType) { + this.userType = userType; + } + +} -- Gitblit v1.8.0