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/customerservice/CustomerServiceWXXCXHistory.java | 234 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 117 insertions(+), 117 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceWXXCXHistory.java b/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceWXXCXHistory.java index dc491b6..827ad23 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceWXXCXHistory.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceWXXCXHistory.java @@ -1,117 +1,117 @@ -package com.yeshi.fanli.entity.customerservice; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 灏忕▼搴忓鏈嶅挩璇㈣褰� - * - * @author Administrator - * - */ -@Table("yeshi_ec_customer_service_wxxcx_history") -public class CustomerServiceWXXCXHistory { - @Column(name = "cswh_id") - private Long id; - @Column(name = "cswh_uid") - private Long uid; - @Column(name = "cswh_device") - private String device; - @Column(name = "cswh_device_type") - private String deviceType; - @Column(name = "cswh_version") - private String version; - @Column(name = "cswh_os_version") - private String osVersion; - @Column(name = "cswh_network") - private String network; - @Column(name = "cswh_channel") - private String channel; - @Column(name = "cswh_createtime") - private Date createTime; - @Column(name = "cswh_updatetime") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public String getDevice() { - return device; - } - - public void setDevice(String device) { - this.device = device; - } - - public String getDeviceType() { - return deviceType; - } - - public void setDeviceType(String deviceType) { - this.deviceType = deviceType; - } - - public String getVersion() { - return version; - } - - public void setVersion(String version) { - this.version = version; - } - - public String getOsVersion() { - return osVersion; - } - - public void setOsVersion(String osVersion) { - this.osVersion = osVersion; - } - - public String getNetwork() { - return network; - } - - public void setNetwork(String network) { - this.network = network; - } - - public String getChannel() { - return channel; - } - - public void setChannel(String channel) { - this.channel = channel; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Date getUpdateTime() { - return updateTime; - } - - public void setUpdateTime(Date updateTime) { - this.updateTime = updateTime; - } - -} +package com.yeshi.fanli.entity.customerservice; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * 灏忕▼搴忓鏈嶅挩璇㈣褰� + * + * @author Administrator + * + */ +@Table("yeshi_ec_customer_service_wxxcx_history") +public class CustomerServiceWXXCXHistory { + @Column(name = "cswh_id") + private Long id; + @Column(name = "cswh_uid") + private Long uid; + @Column(name = "cswh_device") + private String device; + @Column(name = "cswh_device_type") + private String deviceType; + @Column(name = "cswh_version") + private String version; + @Column(name = "cswh_os_version") + private String osVersion; + @Column(name = "cswh_network") + private String network; + @Column(name = "cswh_channel") + private String channel; + @Column(name = "cswh_createtime") + private Date createTime; + @Column(name = "cswh_updatetime") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public String getDevice() { + return device; + } + + public void setDevice(String device) { + this.device = device; + } + + public String getDeviceType() { + return deviceType; + } + + public void setDeviceType(String deviceType) { + this.deviceType = deviceType; + } + + public String getVersion() { + return version; + } + + public void setVersion(String version) { + this.version = version; + } + + public String getOsVersion() { + return osVersion; + } + + public void setOsVersion(String osVersion) { + this.osVersion = osVersion; + } + + public String getNetwork() { + return network; + } + + public void setNetwork(String network) { + this.network = network; + } + + public String getChannel() { + return channel; + } + + public void setChannel(String channel) { + this.channel = channel; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public Date getUpdateTime() { + return updateTime; + } + + public void setUpdateTime(Date updateTime) { + this.updateTime = updateTime; + } + +} -- Gitblit v1.8.0