| | |
| | | package com.yeshi.fanli.entity.bus.activity;
|
| | |
|
| | | import org.yeshi.utils.mybatis.Column;
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | /**
|
| | | * 动态图片
|
| | | * |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | @Table("yeshi_ec_activity_invite_info")
|
| | | public class RecommendActivityInviteInfo {
|
| | | @Column(name = "aii_id")
|
| | | private Long id;
|
| | | @Column(name = "aii_px")
|
| | | private Integer px;
|
| | | @Column(name = "aii_py")
|
| | | private Integer py;
|
| | | @Column(name = "aii_size")
|
| | | private Integer size;
|
| | | @Column(name = "aii_activity_id")
|
| | | private RecommendActivity recommendActivity;
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public Integer getPx() {
|
| | | return px;
|
| | | }
|
| | |
|
| | | public void setPx(Integer px) {
|
| | | this.px = px;
|
| | | }
|
| | |
|
| | | public Integer getPy() {
|
| | | return py;
|
| | | }
|
| | |
|
| | | public void setPy(Integer py) {
|
| | | this.py = py;
|
| | | }
|
| | |
|
| | | public Integer getSize() {
|
| | | return size;
|
| | | }
|
| | |
|
| | | public void setSize(Integer size) {
|
| | | this.size = size;
|
| | | }
|
| | |
|
| | | public RecommendActivity getRecommendActivity() {
|
| | | return recommendActivity;
|
| | | }
|
| | |
|
| | | public void setRecommendActivity(RecommendActivity recommendActivity) {
|
| | | this.recommendActivity = recommendActivity;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.entity.bus.activity; |
| | | |
| | | import org.yeshi.utils.generater.mybatis.Column; |
| | | import org.yeshi.utils.generater.mybatis.Table; |
| | | |
| | | /** |
| | | * 动态图片 |
| | | * |
| | | * @author Administrator |
| | | * |
| | | */ |
| | | @Table("yeshi_ec_activity_invite_info") |
| | | public class RecommendActivityInviteInfo { |
| | | @Column(name = "aii_id") |
| | | private Long id; |
| | | @Column(name = "aii_px") |
| | | private Integer px; |
| | | @Column(name = "aii_py") |
| | | private Integer py; |
| | | @Column(name = "aii_size") |
| | | private Integer size; |
| | | @Column(name = "aii_activity_id") |
| | | private RecommendActivity recommendActivity; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getPx() { |
| | | return px; |
| | | } |
| | | |
| | | public void setPx(Integer px) { |
| | | this.px = px; |
| | | } |
| | | |
| | | public Integer getPy() { |
| | | return py; |
| | | } |
| | | |
| | | public void setPy(Integer py) { |
| | | this.py = py; |
| | | } |
| | | |
| | | public Integer getSize() { |
| | | return size; |
| | | } |
| | | |
| | | public void setSize(Integer size) { |
| | | this.size = size; |
| | | } |
| | | |
| | | public RecommendActivity getRecommendActivity() { |
| | | return recommendActivity; |
| | | } |
| | | |
| | | public void setRecommendActivity(RecommendActivity recommendActivity) { |
| | | this.recommendActivity = recommendActivity; |
| | | } |
| | | } |