| | |
| | | import java.io.Serializable;
|
| | | import java.util.Date;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.yeshi.utils.mybatis.Column;
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | /**
|
| | | * 轮播图管理
|
| | | * |
| | | * @author yj
|
| | | * 轮播图管理
|
| | | *
|
| | | * @author yj
|
| | | * @date 2018年10月15日
|
| | | */
|
| | | @Table("yeshi_ec_swiper_banner")
|
| | | public class SwiperBanner implements Serializable{
|
| | | public class SwiperBanner implements Serializable {
|
| | |
|
| | | private static final long serialVersionUID = 1L;
|
| | | |
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | @Column(name = "sp_id")
|
| | | private Long id;
|
| | |
|
| | | @Column(name = "sp_title")
|
| | | private String title;// 名称
|
| | | @Column(name = "sp_id")
|
| | | private Long id;
|
| | |
|
| | | @Column(name = "sp_card")
|
| | | private String card; // 匹配标识
|
| | | @Column(name = "sp_title")
|
| | | private String title;// 名称
|
| | |
|
| | | @Column(name = "sp_state")
|
| | | private Integer state; // 状态: 1 停用 0启用
|
| | | |
| | | @Column(name = "sp_createtime")
|
| | | private Date createtime; // 创建时间
|
| | | @Column(name = "sp_card")
|
| | | private String card; // 匹配标识
|
| | |
|
| | | @Column(name = "sp_updatetime")
|
| | | private Date updatetime; // 更新时间(修改时间)
|
| | | |
| | | |
| | | // 包含图片数量
|
| | | private Long totalPic;
|
| | | @Column(name = "sp_state")
|
| | | private Integer state; // 状态: 1 停用 0启用
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | | @Column(name = "sp_createtime")
|
| | | private Date createtime; // 创建时间
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | | @Column(name = "sp_updatetime")
|
| | | private Date updatetime; // 更新时间(修改时间)
|
| | |
|
| | | public String getTitle() {
|
| | | return title;
|
| | | }
|
| | | @Column(name = "sp_system")
|
| | | private SystemEnum system;
|
| | |
|
| | | public void setTitle(String title) {
|
| | | this.title = title;
|
| | | }
|
| | | public SystemEnum getSystem() {
|
| | | return system;
|
| | | }
|
| | |
|
| | | public String getCard() {
|
| | | return card;
|
| | | }
|
| | | public void setSystem(SystemEnum system) {
|
| | | this.system = system;
|
| | | }
|
| | |
|
| | | public void setCard(String card) {
|
| | | this.card = card;
|
| | | }
|
| | | // 包含图片数量
|
| | | private Long totalPic;
|
| | |
|
| | | public Integer getState() {
|
| | | return state;
|
| | | }
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setState(Integer state) {
|
| | | this.state = state;
|
| | | }
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public Date getCreatetime() {
|
| | | return createtime;
|
| | | }
|
| | | public String getTitle() {
|
| | | return title;
|
| | | }
|
| | |
|
| | | public void setCreatetime(Date createtime) {
|
| | | this.createtime = createtime;
|
| | | }
|
| | | public void setTitle(String title) {
|
| | | this.title = title;
|
| | | }
|
| | |
|
| | | public Date getUpdatetime() {
|
| | | return updatetime;
|
| | | }
|
| | | public String getCard() {
|
| | | return card;
|
| | | }
|
| | |
|
| | | public void setUpdatetime(Date updatetime) {
|
| | | this.updatetime = updatetime;
|
| | | }
|
| | | public void setCard(String card) {
|
| | | this.card = card;
|
| | | }
|
| | |
|
| | | public Long getTotalPic() {
|
| | | return totalPic;
|
| | | }
|
| | | public Integer getState() {
|
| | | return state;
|
| | | }
|
| | |
|
| | | public void setTotalPic(Long totalPic) {
|
| | | this.totalPic = totalPic;
|
| | | }
|
| | | |
| | | public void setState(Integer state) {
|
| | | this.state = state;
|
| | | }
|
| | |
|
| | | 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;
|
| | | }
|
| | |
|
| | | public Long getTotalPic() {
|
| | | return totalPic;
|
| | | }
|
| | |
|
| | | public void setTotalPic(Long totalPic) {
|
| | | this.totalPic = totalPic;
|
| | | }
|
| | |
|
| | | }
|