123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- import java.util.Date;
- public class SjQtzb extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.ID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.LQID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private String lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.AQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private BigDecimal aqnd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.LHQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private BigDecimal lhqnd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.JWND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private BigDecimal jwnd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.YQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private BigDecimal yqnd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_qtzb.TJSJ
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- private Date tjsj;
-
- private String tjsjString;
- public String getTjsjString() {
- return tjsjString;
- }
- public void setTjsjString(String tjsjString) {
- this.tjsjString = tjsjString;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.ID
- *
- * @return the value of sj_qtzb.ID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 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_qtzb.ID
- *
- * @param id the value for sj_qtzb.ID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 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_qtzb.LQID
- *
- * @return the value of sj_qtzb.LQID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public String getLqid() {
- return lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_qtzb.LQID
- *
- * @param lqid the value for sj_qtzb.LQID
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setLqid(String lqid) {
- this.lqid = lqid == null ? null : lqid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.AQND
- *
- * @return the value of sj_qtzb.AQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public BigDecimal getAqnd() {
- return aqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_qtzb.AQND
- *
- * @param aqnd the value for sj_qtzb.AQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setAqnd(BigDecimal aqnd) {
- this.aqnd = aqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.LHQND
- *
- * @return the value of sj_qtzb.LHQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public BigDecimal getLhqnd() {
- return lhqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_qtzb.LHQND
- *
- * @param lhqnd the value for sj_qtzb.LHQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setLhqnd(BigDecimal lhqnd) {
- this.lhqnd = lhqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.JWND
- *
- * @return the value of sj_qtzb.JWND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public BigDecimal getJwnd() {
- return jwnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_qtzb.JWND
- *
- * @param jwnd the value for sj_qtzb.JWND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setJwnd(BigDecimal jwnd) {
- this.jwnd = jwnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.YQND
- *
- * @return the value of sj_qtzb.YQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public BigDecimal getYqnd() {
- return yqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_qtzb.YQND
- *
- * @param yqnd the value for sj_qtzb.YQND
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setYqnd(BigDecimal yqnd) {
- this.yqnd = yqnd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_qtzb.TJSJ
- *
- * @return the value of sj_qtzb.TJSJ
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 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_qtzb.TJSJ
- *
- * @param tjsj the value for sj_qtzb.TJSJ
- *
- * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
-
- private BigDecimal avgaqnd;
-
- private BigDecimal avglhqnd;
-
- private BigDecimal avgjwnd;
-
- private BigDecimal avgyqnd;
- public BigDecimal getAvgaqnd() {
- return avgaqnd;
- }
- public void setAvgaqnd(BigDecimal avgaqnd) {
- this.avgaqnd = avgaqnd;
- }
- public BigDecimal getAvglhqnd() {
- return avglhqnd;
- }
- public void setAvglhqnd(BigDecimal avglhqnd) {
- this.avglhqnd = avglhqnd;
- }
- public BigDecimal getAvgjwnd() {
- return avgjwnd;
- }
- public void setAvgjwnd(BigDecimal avgjwnd) {
- this.avgjwnd = avgjwnd;
- }
- public BigDecimal getAvgyqnd() {
- return avgyqnd;
- }
- public void setAvgyqnd(BigDecimal avgyqnd) {
- this.avgyqnd = avgyqnd;
- }
-
- }
|