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/AppVersionInfo.java | 200 +++++++++++++++++++++++++------------------------- 1 files changed, 100 insertions(+), 100 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/AppVersionInfo.java b/fanli/src/main/java/com/yeshi/fanli/entity/AppVersionInfo.java index 36e69b3..290f915 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/AppVersionInfo.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/AppVersionInfo.java @@ -1,100 +1,100 @@ -package com.yeshi.fanli.entity; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * APP绔増鏈彿璁板綍 - * - * @author Administrator - * - */ -@Table("yeshi_ec_app_version_code_map") -public class AppVersionInfo { - public final static String PLATFORM_ANDROID = "android"; - public final static String PLATFORM_IOS = "ios"; - public final static String PLATFORM_XCX = "wxmp"; - - public AppVersionInfo(Long id) { - super(); - this.id = id; - } - - public AppVersionInfo() { - super(); - } - - @Column(name = "avcm_id") - private Long id; - @Column(name = "avcm_platform") - private String platform; - @Column(name = "avcm_version") - private String version; - @Column(name = "avcm_version_code") - private Integer versionCode; - @Column(name = "avcm_createtime") - private Date createTime; - @Column(name = "avcm_updatetime") - private Date updateTime; - @Column(name = "avcm_system") - private SystemEnum system; - - public SystemEnum getSystem() { - return system; - } - - public void setSystem(SystemEnum system) { - this.system = system; - } - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getPlatform() { - return platform; - } - - public void setPlatform(String platform) { - this.platform = platform; - } - - public String getVersion() { - return version; - } - - public void setVersion(String version) { - this.version = version; - } - - public Integer getVersionCode() { - return versionCode; - } - - public void setVersionCode(Integer versionCode) { - this.versionCode = versionCode; - } - - 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; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * APP绔増鏈彿璁板綍 + * + * @author Administrator + * + */ +@Table("yeshi_ec_app_version_code_map") +public class AppVersionInfo { + public final static String PLATFORM_ANDROID = "android"; + public final static String PLATFORM_IOS = "ios"; + public final static String PLATFORM_XCX = "wxmp"; + + public AppVersionInfo(Long id) { + super(); + this.id = id; + } + + public AppVersionInfo() { + super(); + } + + @Column(name = "avcm_id") + private Long id; + @Column(name = "avcm_platform") + private String platform; + @Column(name = "avcm_version") + private String version; + @Column(name = "avcm_version_code") + private Integer versionCode; + @Column(name = "avcm_createtime") + private Date createTime; + @Column(name = "avcm_updatetime") + private Date updateTime; + @Column(name = "avcm_system") + private SystemEnum system; + + public SystemEnum getSystem() { + return system; + } + + public void setSystem(SystemEnum system) { + this.system = system; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getPlatform() { + return platform; + } + + public void setPlatform(String platform) { + this.platform = platform; + } + + public String getVersion() { + return version; + } + + public void setVersion(String version) { + this.version = version; + } + + public Integer getVersionCode() { + return versionCode; + } + + public void setVersionCode(Integer versionCode) { + this.versionCode = versionCode; + } + + 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