123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- package com.huimv.sj.dataobject;
- import java.math.BigDecimal;
- import java.util.Date;
- import com.huimv.xt.dataobject.BaseDO;
- public class SjWbhj extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.id
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.lqid
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.wbwd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private BigDecimal wbwd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.wbsd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private BigDecimal wbsd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp1
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp2
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp3
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp3;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp4
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp4;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp5
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp5;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp6
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp6;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp7
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp7;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp8
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp8;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.temp9
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private String temp9;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.bz
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private Integer bz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.tjsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private Date tjsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_wbhj.scsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- private Date scsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.id
- *
- * @return the value of sj_wbhj.id
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.id
- *
- * @param id the value for sj_wbhj.id
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- 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_wbhj.lqid
- *
- * @return the value of sj_wbhj.lqid
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public Integer getLqid() {
- return lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.lqid
- *
- * @param lqid the value for sj_wbhj.lqid
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- 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_wbhj.wbwd
- *
- * @return the value of sj_wbhj.wbwd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public BigDecimal getWbwd() {
- return wbwd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.wbwd
- *
- * @param wbwd the value for sj_wbhj.wbwd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setWbwd(BigDecimal wbwd) {
- this.wbwd = wbwd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.wbsd
- *
- * @return the value of sj_wbhj.wbsd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public BigDecimal getWbsd() {
- return wbsd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.wbsd
- *
- * @param wbsd the value for sj_wbhj.wbsd
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setWbsd(BigDecimal wbsd) {
- this.wbsd = wbsd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp1
- *
- * @return the value of sj_wbhj.temp1
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp1() {
- return temp1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp1
- *
- * @param temp1 the value for sj_wbhj.temp1
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp1(String temp1) {
- this.temp1 = temp1 == null ? null : temp1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp2
- *
- * @return the value of sj_wbhj.temp2
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp2() {
- return temp2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp2
- *
- * @param temp2 the value for sj_wbhj.temp2
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp2(String temp2) {
- this.temp2 = temp2 == null ? null : temp2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp3
- *
- * @return the value of sj_wbhj.temp3
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp3() {
- return temp3;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp3
- *
- * @param temp3 the value for sj_wbhj.temp3
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp3(String temp3) {
- this.temp3 = temp3 == null ? null : temp3.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp4
- *
- * @return the value of sj_wbhj.temp4
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp4() {
- return temp4;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp4
- *
- * @param temp4 the value for sj_wbhj.temp4
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp4(String temp4) {
- this.temp4 = temp4 == null ? null : temp4.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp5
- *
- * @return the value of sj_wbhj.temp5
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp5() {
- return temp5;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp5
- *
- * @param temp5 the value for sj_wbhj.temp5
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp5(String temp5) {
- this.temp5 = temp5 == null ? null : temp5.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp6
- *
- * @return the value of sj_wbhj.temp6
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp6() {
- return temp6;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp6
- *
- * @param temp6 the value for sj_wbhj.temp6
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp6(String temp6) {
- this.temp6 = temp6 == null ? null : temp6.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp7
- *
- * @return the value of sj_wbhj.temp7
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp7() {
- return temp7;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp7
- *
- * @param temp7 the value for sj_wbhj.temp7
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp7(String temp7) {
- this.temp7 = temp7 == null ? null : temp7.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp8
- *
- * @return the value of sj_wbhj.temp8
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp8() {
- return temp8;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp8
- *
- * @param temp8 the value for sj_wbhj.temp8
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp8(String temp8) {
- this.temp8 = temp8 == null ? null : temp8.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.temp9
- *
- * @return the value of sj_wbhj.temp9
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public String getTemp9() {
- return temp9;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.temp9
- *
- * @param temp9 the value for sj_wbhj.temp9
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTemp9(String temp9) {
- this.temp9 = temp9 == null ? null : temp9.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.bz
- *
- * @return the value of sj_wbhj.bz
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public Integer getBz() {
- return bz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.bz
- *
- * @param bz the value for sj_wbhj.bz
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setBz(Integer bz) {
- this.bz = bz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.tjsj
- *
- * @return the value of sj_wbhj.tjsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public Date getTjsj() {
- return tjsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.tjsj
- *
- * @param tjsj the value for sj_wbhj.tjsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_wbhj.scsj
- *
- * @return the value of sj_wbhj.scsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public Date getScsj() {
- return scsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_wbhj.scsj
- *
- * @param scsj the value for sj_wbhj.scsj
- *
- * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
- */
- public void setScsj(Date scsj) {
- this.scsj = scsj;
- }
-
- private BigDecimal avgwbwd;
-
- private BigDecimal maxwbwd;
-
- private BigDecimal minwbwd;
-
- private BigDecimal avgwbsd;
-
- private BigDecimal maxwbsd;
-
- private BigDecimal minwbsd;
- public BigDecimal getAvgwbwd() {
- return avgwbwd;
- }
- public void setAvgwbwd(BigDecimal avgwbwd) {
- this.avgwbwd = avgwbwd;
- }
- public BigDecimal getMaxwbwd() {
- return maxwbwd;
- }
- public void setMaxwbwd(BigDecimal maxwbwd) {
- this.maxwbwd = maxwbwd;
- }
- public BigDecimal getMinwbwd() {
- return minwbwd;
- }
- public void setMinwbwd(BigDecimal minwbwd) {
- this.minwbwd = minwbwd;
- }
- public BigDecimal getAvgwbsd() {
- return avgwbsd;
- }
- public void setAvgwbsd(BigDecimal avgwbsd) {
- this.avgwbsd = avgwbsd;
- }
- public BigDecimal getMaxwbsd() {
- return maxwbsd;
- }
- public void setMaxwbsd(BigDecimal maxwbsd) {
- this.maxwbsd = maxwbsd;
- }
- public BigDecimal getMinwbsd() {
- return minwbsd;
- }
- public void setMinwbsd(BigDecimal minwbsd) {
- this.minwbsd = minwbsd;
- }
- }
|