| | |
| | | package com.yeshi.fanli.entity.bus.su.recommend;
|
| | |
|
| | | import java.io.Serializable;
|
| | |
|
| | | import org.yeshi.utils.mybatis.Column;
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBanner;
|
| | | import com.yeshi.fanli.entity.system.BusinessSystem;
|
| | |
|
| | | @Table("yeshi_ec_super_recommendbanner")
|
| | | public class SuperRecommendBanner implements Serializable {
|
| | | /**
|
| | | * |
| | | */
|
| | | private static final Long serialVersionUID = 1L;
|
| | |
|
| | | @Column(name = "id")
|
| | | private Long id;
|
| | | @Column(name = "recommendbanner_id")
|
| | | private RecommendBanner recommendBanner;
|
| | | @Column(name = "system_id")
|
| | | private BusinessSystem system;
|
| | |
|
| | | public SuperRecommendBanner() {
|
| | | }
|
| | |
|
| | | public SuperRecommendBanner(RecommendBanner recommendBanner, BusinessSystem system) {
|
| | | super();
|
| | | this.recommendBanner = recommendBanner;
|
| | | this.system = system;
|
| | | }
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public RecommendBanner getRecommendBanner() {
|
| | | return recommendBanner;
|
| | | }
|
| | |
|
| | | public void setRecommendBanner(RecommendBanner recommendBanner) {
|
| | | this.recommendBanner = recommendBanner;
|
| | | }
|
| | |
|
| | | public BusinessSystem getSystem() {
|
| | | return system;
|
| | | }
|
| | |
|
| | | public void setSystem(BusinessSystem system) {
|
| | | this.system = system;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.entity.bus.su.recommend; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | import org.yeshi.utils.generater.mybatis.Column; |
| | | import org.yeshi.utils.generater.mybatis.Table; |
| | | |
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBanner; |
| | | import com.yeshi.fanli.entity.system.BusinessSystem; |
| | | |
| | | @Table("yeshi_ec_super_recommendbanner") |
| | | public class SuperRecommendBanner implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | | private static final Long serialVersionUID = 1L; |
| | | |
| | | @Column(name = "id") |
| | | private Long id; |
| | | @Column(name = "recommendbanner_id") |
| | | private RecommendBanner recommendBanner; |
| | | @Column(name = "system_id") |
| | | private BusinessSystem system; |
| | | |
| | | public SuperRecommendBanner() { |
| | | } |
| | | |
| | | public SuperRecommendBanner(RecommendBanner recommendBanner, BusinessSystem system) { |
| | | super(); |
| | | this.recommendBanner = recommendBanner; |
| | | this.system = system; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public RecommendBanner getRecommendBanner() { |
| | | return recommendBanner; |
| | | } |
| | | |
| | | public void setRecommendBanner(RecommendBanner recommendBanner) { |
| | | this.recommendBanner = recommendBanner; |
| | | } |
| | | |
| | | public BusinessSystem getSystem() { |
| | | return system; |
| | | } |
| | | |
| | | public void setSystem(BusinessSystem system) { |
| | | this.system = system; |
| | | } |
| | | } |