| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- package com.goafanti.common.model;
- import java.util.Date;
- import javax.validation.constraints.Max;
- import javax.validation.constraints.Size;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.fasterxml.jackson.annotation.JsonFormat.Shape;
- public class Banners {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.id
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.text
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private String text;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.img_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private String imgUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.api_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private String apiUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.forward_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private String forwardUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.width
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private Integer width;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.height
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private Integer height;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.client
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private Integer client;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column banners.delete_sign
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- private Boolean deleteSign;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.id
- * @return the value of banners.id
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.id
- * @param id the value for banners.id
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.text
- * @return the value of banners.text
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public String getText() {
- return text;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.text
- * @param text the value for banners.text
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setText(String text) {
- this.text = text;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.img_url
- * @return the value of banners.img_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public String getImgUrl() {
- return imgUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.img_url
- * @param imgUrl the value for banners.img_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setImgUrl(String imgUrl) {
- this.imgUrl = imgUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.api_url
- * @return the value of banners.api_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public String getApiUrl() {
- return apiUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.api_url
- * @param apiUrl the value for banners.api_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setApiUrl(String apiUrl) {
- this.apiUrl = apiUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.forward_url
- * @return the value of banners.forward_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public String getForwardUrl() {
- return forwardUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.forward_url
- * @param forwardUrl the value for banners.forward_url
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setForwardUrl(String forwardUrl) {
- this.forwardUrl = forwardUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.width
- * @return the value of banners.width
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public Integer getWidth() {
- return width;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.width
- * @param width the value for banners.width
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setWidth(Integer width) {
- this.width = width;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.height
- * @return the value of banners.height
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public Integer getHeight() {
- return height;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.height
- * @param height the value for banners.height
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setHeight(Integer height) {
- this.height = height;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.client
- * @return the value of banners.client
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public Integer getClient() {
- return client;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.client
- * @param client the value for banners.client
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setClient(Integer client) {
- this.client = client;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column banners.delete_sign
- * @return the value of banners.delete_sign
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public Boolean getDeleteSign() {
- return deleteSign;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column banners.delete_sign
- * @param deleteSign the value for banners.delete_sign
- * @mbg.generated Thu Aug 30 08:27:53 CST 2018
- */
- public void setDeleteSign(Boolean deleteSign) {
- this.deleteSign = deleteSign;
- }
- }
|