123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- import java.util.Date;
- public class SjLrb extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.ID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.LQID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.JSMS
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private String jsms;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.ZTLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private BigDecimal ztlrb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.CSQ1LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private BigDecimal csq1lrb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.CSQ2LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private BigDecimal csq2lrb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.GLQLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private BigDecimal glqlrb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_lrb.TJSJ
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- private Date tjsj;
-
- private Integer yweb;
-
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.yweb
- *
- * @return the value of sj_lrb.yweb
- *
- * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015
- */
- public Integer getYweb() {
- return yweb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.yweb
- *
- * @param yweb the value for sj_lrb.yweb
- *
- * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015
- */
- public void setYweb(Integer yweb) {
- this.yweb = yweb;
- }
- private String dqtz;
-
- private Double tjtmaxlrb;
-
- private Double tjtminlrb;
-
- public Double getTjtmaxlrb() {
- return tjtmaxlrb;
- }
- public void setTjtmaxlrb(Double tjtmaxlrb) {
- this.tjtmaxlrb = tjtmaxlrb;
- }
- public Double getTjtminlrb() {
- return tjtminlrb;
- }
- public void setTjtminlrb(Double tjtminlrb) {
- this.tjtminlrb = tjtminlrb;
- }
- public String getDqtz() {
- return dqtz;
- }
- public void setDqtz(String dqtz) {
- this.dqtz = dqtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.ID
- *
- * @return the value of sj_lrb.ID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.ID
- *
- * @param id the value for sj_lrb.ID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.LQID
- *
- * @return the value of sj_lrb.LQID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.LQID
- *
- * @param lqid the value for sj_lrb.LQID
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.JSMS
- *
- * @return the value of sj_lrb.JSMS
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public String getJsms() {
- return jsms;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.JSMS
- *
- * @param jsms the value for sj_lrb.JSMS
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setJsms(String jsms) {
- this.jsms = jsms == null ? null : jsms.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.ZTLRB
- *
- * @return the value of sj_lrb.ZTLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public BigDecimal getZtlrb() {
- return ztlrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.ZTLRB
- *
- * @param ztlrb the value for sj_lrb.ZTLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setZtlrb(BigDecimal ztlrb) {
- this.ztlrb = ztlrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.CSQ1LRB
- *
- * @return the value of sj_lrb.CSQ1LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public BigDecimal getCsq1lrb() {
- return csq1lrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.CSQ1LRB
- *
- * @param csq1lrb the value for sj_lrb.CSQ1LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setCsq1lrb(BigDecimal csq1lrb) {
- this.csq1lrb = csq1lrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.CSQ2LRB
- *
- * @return the value of sj_lrb.CSQ2LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public BigDecimal getCsq2lrb() {
- return csq2lrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.CSQ2LRB
- *
- * @param csq2lrb the value for sj_lrb.CSQ2LRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setCsq2lrb(BigDecimal csq2lrb) {
- this.csq2lrb = csq2lrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.GLQLRB
- *
- * @return the value of sj_lrb.GLQLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public BigDecimal getGlqlrb() {
- return glqlrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.GLQLRB
- *
- * @param glqlrb the value for sj_lrb.GLQLRB
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setGlqlrb(BigDecimal glqlrb) {
- this.glqlrb = glqlrb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_lrb.TJSJ
- *
- * @return the value of sj_lrb.TJSJ
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public Date getTjsj() {
- return tjsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_lrb.TJSJ
- *
- * @param tjsj the value for sj_lrb.TJSJ
- *
- * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
-
- private String tjsjString;
- public String getTjsjString() {
- return tjsjString;
- }
- public void setTjsjString(String tjsjString) {
- this.tjsjString = tjsjString;
- }
- }
|