123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- import java.util.Date;
- @SuppressWarnings("serial")
- public class SjFwjl extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.ID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.LQID
- *
- * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.DWEB
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private String dweb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.DWID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private Integer dwid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.FWSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private Date fwsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.FWCK
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private String fwck;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.DQTZ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal dqtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.DQWD
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal dqwd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_fwjl.TJSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private String strTjsj;
-
- BigDecimal avgwd;
-
- BigDecimal minwd;
-
- BigDecimal maxwd;
-
- private String zsid;
-
- private String zsmc;
- private String mcmc;
-
- private String mcid;
-
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.ID
- *
- * @return the value of sj_fwjl.ID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.ID
- *
- * @param id the value for sj_fwjl.ID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- 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 sj_fwjl.LQID
- *
- * @return the value of sj_fwjl.LQID
- *
- * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
- */
- public Integer getLqid() {
- return lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.LQID
- *
- * @param lqid the value for sj_fwjl.LQID
- *
- * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
- */
- public void setLqid(Integer lqid) {
- this.lqid = lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.DWEB
- *
- * @return the value of sj_fwjl.DWEB
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public String getDweb() {
- return dweb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.DWEB
- *
- * @param dweb the value for sj_fwjl.DWEB
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setDweb(String dweb) {
- this.dweb = dweb == null ? null : dweb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.DWID
- *
- * @return the value of sj_fwjl.DWID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public Integer getDwid() {
- return dwid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.DWID
- *
- * @param dwid the value for sj_fwjl.DWID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setDwid(Integer dwid) {
- this.dwid = dwid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.FWSJ
- *
- * @return the value of sj_fwjl.FWSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public Date getFwsj() {
- return fwsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.FWSJ
- *
- * @param fwsj the value for sj_fwjl.FWSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setFwsj(Date fwsj) {
- this.fwsj = fwsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.FWCK
- *
- * @return the value of sj_fwjl.FWCK
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public String getFwck() {
- return fwck;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.FWCK
- *
- * @param fwck the value for sj_fwjl.FWCK
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setFwck(String fwck) {
- this.fwck = fwck == null ? null : fwck.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.DQTZ
- *
- * @return the value of sj_fwjl.DQTZ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getDqtz() {
- return dqtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.DQTZ
- *
- * @param dqtz the value for sj_fwjl.DQTZ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setDqtz(BigDecimal dqtz) {
- this.dqtz = dqtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_fwjl.DQWD
- *
- * @return the value of sj_fwjl.DQWD
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getDqwd() {
- return dqwd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_fwjl.DQWD
- *
- * @param dqwd the value for sj_fwjl.DQWD
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setDqwd(BigDecimal dqwd) {
- this.dqwd = dqwd;
- }
- public String getStrTjsj() {
- return strTjsj;
- }
- public void setStrTjsj(String strTjsj) {
- this.strTjsj = strTjsj;
- }
- public BigDecimal getAvgwd() {
- return avgwd;
- }
- public void setAvgwd(BigDecimal avgwd) {
- this.avgwd = avgwd;
- }
- public BigDecimal getMinwd() {
- return minwd;
- }
- public void setMinwd(BigDecimal minwd) {
- this.minwd = minwd;
- }
- public BigDecimal getMaxwd() {
- return maxwd;
- }
- public void setMaxwd(BigDecimal maxwd) {
- this.maxwd = maxwd;
- }
- public String getZsid() {
- return zsid;
- }
- public void setZsid(String zsid) {
- this.zsid = zsid;
- }
- public String getZsmc() {
- return zsmc;
- }
- public void setZsmc(String zsmc) {
- this.zsmc = zsmc;
- }
- public String getMcmc() {
- return mcmc;
- }
- public void setMcmc(String mcmc) {
- this.mcmc = mcmc;
- }
- public String getMcid() {
- return mcid;
- }
- public void setMcid(String mcid) {
- this.mcid = mcid;
- }
- }
|