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/msg/UserSystemMsg.java | 282 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 141 insertions(+), 141 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserSystemMsg.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserSystemMsg.java index a97989c..4eb796e 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserSystemMsg.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserSystemMsg.java @@ -1,141 +1,141 @@ -package com.yeshi.fanli.entity.bus.msg; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -import com.google.gson.annotations.Expose; -import com.yeshi.fanli.entity.bus.user.UserInfo; -import com.yeshi.fanli.entity.system.SystemZnx; - -/** - * 鐢ㄦ埛绯荤粺娑堟伅 - * - * @author Administrator - * - */ -@Table("yeshi_ec_user_msg_system") -public class UserSystemMsg { - public final static int TIME_TAG_COMMON = 0;// 鏅�� - public final static int TIME_TAG_EMERGENT = 1;// 绱ф�� - - @Expose - @Column(name = "ms_id") - private Long id; - @Column(name = "ms_uid") - private UserInfo user; - @Expose - @Column(name = "ms_type") - private UserSystemMsgTypeEnum type;// 娑堟伅绫诲瀷 - @Column(name = "ms_system_znx_id") - private SystemZnx systemZNX;// 绯荤粺缁熶竴骞挎挱鐨勭珯鍐呬俊锛屽綋鏈夌郴缁熺珯鍐呬俊鏃讹紝鏍囬鍐呭绛変负绌� - @Column(name = "ms_read") - @Expose - private Boolean read;// 鏄惁宸茶 - @Expose - @Column(name = "ms_solved") - private Boolean solved;// 鏄惁宸茬粡瑙e喅 - @Column(name = "ms_title") - @Expose - private String title;// 鏍囬 - @Column(name = "ms_content") - @Expose - private String content;// 鍐呭 - @Column(name = "ms_time_tag") - @Expose - private Integer timeTag;// 鏃堕棿鏍囪瘑锛�1-绱ф�� 0-鏅�� - @Expose - @Column(name = "ms_create_time") - private Date createTime; - @Column(name = "ms_update_time") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public UserInfo getUser() { - return user; - } - - public void setUser(UserInfo user) { - this.user = user; - } - - public UserSystemMsgTypeEnum getType() { - return type; - } - - public void setType(UserSystemMsgTypeEnum type) { - this.type = type; - } - - public SystemZnx getSystemZNX() { - return systemZNX; - } - - public void setSystemZNX(SystemZnx systemZNX) { - this.systemZNX = systemZNX; - } - - public Boolean getRead() { - return read; - } - - public void setRead(Boolean read) { - this.read = read; - } - - public Boolean getSolved() { - return solved; - } - - public void setSolved(Boolean solved) { - this.solved = solved; - } - - public String getTitle() { - return title; - } - - public void setTitle(String title) { - this.title = title; - } - - public String getContent() { - return content; - } - - public void setContent(String content) { - this.content = content; - } - - public Integer getTimeTag() { - return timeTag; - } - - public void setTimeTag(Integer timeTag) { - this.timeTag = timeTag; - } - - 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.bus.msg; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +import com.google.gson.annotations.Expose; +import com.yeshi.fanli.entity.bus.user.UserInfo; +import com.yeshi.fanli.entity.system.SystemZnx; + +/** + * 鐢ㄦ埛绯荤粺娑堟伅 + * + * @author Administrator + * + */ +@Table("yeshi_ec_user_msg_system") +public class UserSystemMsg { + public final static int TIME_TAG_COMMON = 0;// 鏅�� + public final static int TIME_TAG_EMERGENT = 1;// 绱ф�� + + @Expose + @Column(name = "ms_id") + private Long id; + @Column(name = "ms_uid") + private UserInfo user; + @Expose + @Column(name = "ms_type") + private UserSystemMsgTypeEnum type;// 娑堟伅绫诲瀷 + @Column(name = "ms_system_znx_id") + private SystemZnx systemZNX;// 绯荤粺缁熶竴骞挎挱鐨勭珯鍐呬俊锛屽綋鏈夌郴缁熺珯鍐呬俊鏃讹紝鏍囬鍐呭绛変负绌� + @Column(name = "ms_read") + @Expose + private Boolean read;// 鏄惁宸茶 + @Expose + @Column(name = "ms_solved") + private Boolean solved;// 鏄惁宸茬粡瑙e喅 + @Column(name = "ms_title") + @Expose + private String title;// 鏍囬 + @Column(name = "ms_content") + @Expose + private String content;// 鍐呭 + @Column(name = "ms_time_tag") + @Expose + private Integer timeTag;// 鏃堕棿鏍囪瘑锛�1-绱ф�� 0-鏅�� + @Expose + @Column(name = "ms_create_time") + private Date createTime; + @Column(name = "ms_update_time") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public UserInfo getUser() { + return user; + } + + public void setUser(UserInfo user) { + this.user = user; + } + + public UserSystemMsgTypeEnum getType() { + return type; + } + + public void setType(UserSystemMsgTypeEnum type) { + this.type = type; + } + + public SystemZnx getSystemZNX() { + return systemZNX; + } + + public void setSystemZNX(SystemZnx systemZNX) { + this.systemZNX = systemZNX; + } + + public Boolean getRead() { + return read; + } + + public void setRead(Boolean read) { + this.read = read; + } + + public Boolean getSolved() { + return solved; + } + + public void setSolved(Boolean solved) { + this.solved = solved; + } + + public String getTitle() { + return title; + } + + public void setTitle(String title) { + this.title = title; + } + + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public Integer getTimeTag() { + return timeTag; + } + + public void setTimeTag(Integer timeTag) { + this.timeTag = timeTag; + } + + 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