From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFactory.java |  370 ++++++++++++++++++++++++++--------------------------
 1 files changed, 185 insertions(+), 185 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFactory.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFactory.java
index b1b66d8..d6a6709 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFactory.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFactory.java
@@ -1,185 +1,185 @@
-package com.yeshi.fanli.entity.bus.lable;
-
-import java.io.Serializable;
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.entity.common.AdminUser;
-import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
-
-/**
- * 鎻愮幇瀹℃壒璁板綍
- * 
- * @author yj
- *
- * @date 2018骞�7鏈�3鏃�
- */
-@Table("yeshi_ec_quality_factory")
-public class QualityFactory  implements Serializable{
-	
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = 1L;
-	// 浜哄伐绛涢�夊叆搴�
-	public final static int MODE_MANUAL = 1;
-	// 绯荤粺绠楁硶 -鑷姩鍏ュ簱
-	public final static int MODE_SYSTEM = 2;
-	// 鑷姩鍏ュ簱
-	public final static int MODE_AUTO = 3;
-	
-	
-	
-	// 鏉ユ簮-娣樺疂
-	public final static int SOURCE_TAOBAO = 1;
-	// 鏉ユ簮-娣樺疂鎺ㄨ崘鎺ュ彛
-	public final static int SOURCE_TAOBAO_MATERIAL = 11;
-	// 鏉ユ簮-娣樺疂澶ф窐瀹�
-	public final static int SOURCE_TAOBAO_DATAOKE = 12;
-	// 鏉ユ簮-浜笢
-	public final static int SOURCE_JINGDONG = 2;
-	// 鏉ユ簮-鎷煎澶�
-	public final static int SOURCE_PINDUODUO = 3;
-	// 鏉ユ簮-鍞搧浼�
-	public final static int SOURCE_WEIPINHUI = 4;
-	// 鏉ユ簮-鍏朵粬鍟嗗姟鍚堜綔
-	public final static int SOURCE_OTHER = 5;
-	
-	
-	
-	
-	@Column(name = "sg_id")
-	private Long id;
-
-	@Column(name = "sg_class_id")
-	private Long systemCid; // 鍟嗗搧绫荤洰id
-	
-	@Column(name = "sg_goods_id")
-	private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id
-
-	@Column(name = "sg_entry_mode")
-	private Integer entryMode; // 褰曞叆鏂瑰紡
-
-	@Column(name = "sg_goods_source")
-	private Integer goodsSource; // 鍟嗗搧鏉ユ簮
-	
-	@Column(name = "sg_source_calss")
-	private String sourceCalss; // 鏉ユ簮鍏蜂綋绫荤洰
-	
-	@Column(name = "sg_rule_id")
-	private BoutiqueAutoRule boutiqueAutoRule; // 褰曞叆鏂瑰紡
-
-	@Column(name = "sg_weight")
-	private Integer weight; // 鍟嗗搧鏉冮噸 -- 鎺掑簭
-	
-	@Column(name = "sg_create_aid")
-	private AdminUser createUser; // 鍒涘缓浜�
-
-	@Column(name = "sg_createtime")
-	private Date createtime; // 鍒涘缓鏃堕棿
-
-	@Column(name = "sg_update_aid")
-	private AdminUser updateUser; // 淇敼浜�
-
-	@Column(name = "sg_updatetime")
-	private Date updatetime; // 鏇存柊鏃堕棿
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public TaoBaoGoodsBrief getTaoBaoGoodsBrief() {
-		return taoBaoGoodsBrief;
-	}
-
-	public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) {
-		this.taoBaoGoodsBrief = taoBaoGoodsBrief;
-	}
-
-	public Integer getGoodsSource() {
-		return goodsSource;
-	}
-
-	public void setGoodsSource(Integer goodsSource) {
-		this.goodsSource = goodsSource;
-	}
-
-	public Integer getEntryMode() {
-		return entryMode;
-	}
-
-	public void setEntryMode(Integer entryMode) {
-		this.entryMode = entryMode;
-	}
-
-	public Integer getWeight() {
-		return weight;
-	}
-
-	public void setWeight(Integer weight) {
-		this.weight = weight;
-	}
-
-	public AdminUser getCreateUser() {
-		return createUser;
-	}
-
-	public void setCreateUser(AdminUser createUser) {
-		this.createUser = createUser;
-	}
-
-	public Date getCreatetime() {
-		return createtime;
-	}
-
-	public void setCreatetime(Date createtime) {
-		this.createtime = createtime;
-	}
-
-	public AdminUser getUpdateUser() {
-		return updateUser;
-	}
-
-	public void setUpdateUser(AdminUser updateUser) {
-		this.updateUser = updateUser;
-	}
-
-	public Date getUpdatetime() {
-		return updatetime;
-	}
-
-	public void setUpdatetime(Date updatetime) {
-		this.updatetime = updatetime;
-	}
-
-	public Long getSystemCid() {
-		return systemCid;
-	}
-
-	public void setSystemCid(Long systemCid) {
-		this.systemCid = systemCid;
-	}
-
-	public String getSourceCalss() {
-		return sourceCalss;
-	}
-
-	public void setSourceCalss(String sourceCalss) {
-		this.sourceCalss = sourceCalss;
-	}
-
-	public BoutiqueAutoRule getBoutiqueAutoRule() {
-		return boutiqueAutoRule;
-	}
-
-	public void setBoutiqueAutoRule(BoutiqueAutoRule boutiqueAutoRule) {
-		this.boutiqueAutoRule = boutiqueAutoRule;
-	}
-	
-}
+package com.yeshi.fanli.entity.bus.lable;
+
+import java.io.Serializable;
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.yeshi.fanli.entity.common.AdminUser;
+import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
+
+/**
+ * 鎻愮幇瀹℃壒璁板綍
+ * 
+ * @author yj
+ *
+ * @date 2018骞�7鏈�3鏃�
+ */
+@Table("yeshi_ec_quality_factory")
+public class QualityFactory  implements Serializable{
+	
+	/**
+	 * 
+	 */
+	private static final long serialVersionUID = 1L;
+	// 浜哄伐绛涢�夊叆搴�
+	public final static int MODE_MANUAL = 1;
+	// 绯荤粺绠楁硶 -鑷姩鍏ュ簱
+	public final static int MODE_SYSTEM = 2;
+	// 鑷姩鍏ュ簱
+	public final static int MODE_AUTO = 3;
+	
+	
+	
+	// 鏉ユ簮-娣樺疂
+	public final static int SOURCE_TAOBAO = 1;
+	// 鏉ユ簮-娣樺疂鎺ㄨ崘鎺ュ彛
+	public final static int SOURCE_TAOBAO_MATERIAL = 11;
+	// 鏉ユ簮-娣樺疂澶ф窐瀹�
+	public final static int SOURCE_TAOBAO_DATAOKE = 12;
+	// 鏉ユ簮-浜笢
+	public final static int SOURCE_JINGDONG = 2;
+	// 鏉ユ簮-鎷煎澶�
+	public final static int SOURCE_PINDUODUO = 3;
+	// 鏉ユ簮-鍞搧浼�
+	public final static int SOURCE_WEIPINHUI = 4;
+	// 鏉ユ簮-鍏朵粬鍟嗗姟鍚堜綔
+	public final static int SOURCE_OTHER = 5;
+	
+	
+	
+	
+	@Column(name = "sg_id")
+	private Long id;
+
+	@Column(name = "sg_class_id")
+	private Long systemCid; // 鍟嗗搧绫荤洰id
+	
+	@Column(name = "sg_goods_id")
+	private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id
+
+	@Column(name = "sg_entry_mode")
+	private Integer entryMode; // 褰曞叆鏂瑰紡
+
+	@Column(name = "sg_goods_source")
+	private Integer goodsSource; // 鍟嗗搧鏉ユ簮
+	
+	@Column(name = "sg_source_calss")
+	private String sourceCalss; // 鏉ユ簮鍏蜂綋绫荤洰
+	
+	@Column(name = "sg_rule_id")
+	private BoutiqueAutoRule boutiqueAutoRule; // 褰曞叆鏂瑰紡
+
+	@Column(name = "sg_weight")
+	private Integer weight; // 鍟嗗搧鏉冮噸 -- 鎺掑簭
+	
+	@Column(name = "sg_create_aid")
+	private AdminUser createUser; // 鍒涘缓浜�
+
+	@Column(name = "sg_createtime")
+	private Date createtime; // 鍒涘缓鏃堕棿
+
+	@Column(name = "sg_update_aid")
+	private AdminUser updateUser; // 淇敼浜�
+
+	@Column(name = "sg_updatetime")
+	private Date updatetime; // 鏇存柊鏃堕棿
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public TaoBaoGoodsBrief getTaoBaoGoodsBrief() {
+		return taoBaoGoodsBrief;
+	}
+
+	public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) {
+		this.taoBaoGoodsBrief = taoBaoGoodsBrief;
+	}
+
+	public Integer getGoodsSource() {
+		return goodsSource;
+	}
+
+	public void setGoodsSource(Integer goodsSource) {
+		this.goodsSource = goodsSource;
+	}
+
+	public Integer getEntryMode() {
+		return entryMode;
+	}
+
+	public void setEntryMode(Integer entryMode) {
+		this.entryMode = entryMode;
+	}
+
+	public Integer getWeight() {
+		return weight;
+	}
+
+	public void setWeight(Integer weight) {
+		this.weight = weight;
+	}
+
+	public AdminUser getCreateUser() {
+		return createUser;
+	}
+
+	public void setCreateUser(AdminUser createUser) {
+		this.createUser = createUser;
+	}
+
+	public Date getCreatetime() {
+		return createtime;
+	}
+
+	public void setCreatetime(Date createtime) {
+		this.createtime = createtime;
+	}
+
+	public AdminUser getUpdateUser() {
+		return updateUser;
+	}
+
+	public void setUpdateUser(AdminUser updateUser) {
+		this.updateUser = updateUser;
+	}
+
+	public Date getUpdatetime() {
+		return updatetime;
+	}
+
+	public void setUpdatetime(Date updatetime) {
+		this.updatetime = updatetime;
+	}
+
+	public Long getSystemCid() {
+		return systemCid;
+	}
+
+	public void setSystemCid(Long systemCid) {
+		this.systemCid = systemCid;
+	}
+
+	public String getSourceCalss() {
+		return sourceCalss;
+	}
+
+	public void setSourceCalss(String sourceCalss) {
+		this.sourceCalss = sourceCalss;
+	}
+
+	public BoutiqueAutoRule getBoutiqueAutoRule() {
+		return boutiqueAutoRule;
+	}
+
+	public void setBoutiqueAutoRule(BoutiqueAutoRule boutiqueAutoRule) {
+		this.boutiqueAutoRule = boutiqueAutoRule;
+	}
+	
+}

--
Gitblit v1.8.0