123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- package com.huimv.temp.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class TempDlzt extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.ID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.SBID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private String sbid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.UUID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private String uuid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.DLMC
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private String dlmc;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.DLSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private Date dlsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.TCSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private Date tcsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_dlzt.DLLX
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- private Integer dllx;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.ID
- *
- * @return the value of temp_dlzt.ID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.ID
- *
- * @param id the value for temp_dlzt.ID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.SBID
- *
- * @return the value of temp_dlzt.SBID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public String getSbid() {
- return sbid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.SBID
- *
- * @param sbid the value for temp_dlzt.SBID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setSbid(String sbid) {
- this.sbid = sbid == null ? null : sbid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.UUID
- *
- * @return the value of temp_dlzt.UUID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public String getUuid() {
- return uuid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.UUID
- *
- * @param uuid the value for temp_dlzt.UUID
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setUuid(String uuid) {
- this.uuid = uuid == null ? null : uuid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.DLMC
- *
- * @return the value of temp_dlzt.DLMC
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public String getDlmc() {
- return dlmc;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.DLMC
- *
- * @param dlmc the value for temp_dlzt.DLMC
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setDlmc(String dlmc) {
- this.dlmc = dlmc == null ? null : dlmc.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.DLSJ
- *
- * @return the value of temp_dlzt.DLSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public Date getDlsj() {
- return dlsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.DLSJ
- *
- * @param dlsj the value for temp_dlzt.DLSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setDlsj(Date dlsj) {
- this.dlsj = dlsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.TCSJ
- *
- * @return the value of temp_dlzt.TCSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public Date getTcsj() {
- return tcsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.TCSJ
- *
- * @param tcsj the value for temp_dlzt.TCSJ
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setTcsj(Date tcsj) {
- this.tcsj = tcsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_dlzt.DLLX
- *
- * @return the value of temp_dlzt.DLLX
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public Integer getDllx() {
- return dllx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_dlzt.DLLX
- *
- * @param dllx the value for temp_dlzt.DLLX
- *
- * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016
- */
- public void setDllx(Integer dllx) {
- this.dllx = dllx;
- }
- }
|