From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/entity/system/SystemZnx.java | 108 +++++++++++++++++++++++++++--------------------------- 1 files changed, 54 insertions(+), 54 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemZnx.java b/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemZnx.java index 41054c1..e30ce23 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemZnx.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemZnx.java @@ -1,54 +1,54 @@ -package com.yeshi.fanli.entity.system; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - - -@Table("yeshi_ec_system_msg") -public class SystemZnx { - - @Column(name = "id") - private Long id; - - @Column(name = "title") - private String title; - - @Column(name = "content") - private String content; - - @Column(name = "createTime") - private Long createTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - 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 Long getCreateTime() { - return createTime; - } - - public void setCreateTime(Long createTime) { - this.createTime = createTime; - } - -} +package com.yeshi.fanli.entity.system; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + + +@Table("yeshi_ec_system_msg") +public class SystemZnx { + + @Column(name = "id") + private Long id; + + @Column(name = "title") + private String title; + + @Column(name = "content") + private String content; + + @Column(name = "createTime") + private Long createTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + 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 Long getCreateTime() { + return createTime; + } + + public void setCreateTime(Long createTime) { + this.createTime = createTime; + } + +} -- Gitblit v1.8.0