123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- import java.util.Date;
- public class SjPjtz extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.ID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.LQID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private BigDecimal pjtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.CSQ1PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private BigDecimal csq1pjtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.CSQ2PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private BigDecimal csq2pjtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.GLQPJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private BigDecimal glqpjtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_pjtz.TJSJ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- private Date tjsj;
-
- private int yweb;
- public void setYweb(int yweb) {
- this.yweb = yweb;
- }
- /**
- private Integer yweb;
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_pjtz.ID
- *
- * @return the value of sj_pjtz.ID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.ID
- *
- * @param id the value for sj_pjtz.ID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.LQID
- *
- * @return the value of sj_pjtz.LQID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.LQID
- *
- * @param lqid the value for sj_pjtz.LQID
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.PJTZ
- *
- * @return the value of sj_pjtz.PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public BigDecimal getPjtz() {
- return pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_pjtz.PJTZ
- *
- * @param pjtz the value for sj_pjtz.PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public void setPjtz(BigDecimal pjtz) {
- this.pjtz = pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_pjtz.CSQ1PJTZ
- *
- * @return the value of sj_pjtz.CSQ1PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public BigDecimal getCsq1pjtz() {
- return csq1pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_pjtz.CSQ1PJTZ
- *
- * @param csq1pjtz the value for sj_pjtz.CSQ1PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public void setCsq1pjtz(BigDecimal csq1pjtz) {
- this.csq1pjtz = csq1pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_pjtz.CSQ2PJTZ
- *
- * @return the value of sj_pjtz.CSQ2PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public BigDecimal getCsq2pjtz() {
- return csq2pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_pjtz.CSQ2PJTZ
- *
- * @param csq2pjtz the value for sj_pjtz.CSQ2PJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public void setCsq2pjtz(BigDecimal csq2pjtz) {
- this.csq2pjtz = csq2pjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_pjtz.GLQPJTZ
- *
- * @return the value of sj_pjtz.GLQPJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public BigDecimal getGlqpjtz() {
- return glqpjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_pjtz.GLQPJTZ
- *
- * @param glqpjtz the value for sj_pjtz.GLQPJTZ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public void setGlqpjtz(BigDecimal glqpjtz) {
- this.glqpjtz = glqpjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_pjtz.TJSJ
- *
- * @return the value of sj_pjtz.TJSJ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.TJSJ
- *
- * @param tjsj the value for sj_pjtz.TJSJ
- *
- * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
-
- private String tjsjString;
-
- public int getYweb() {
- return yweb;
- }
- private int sfzf;
-
- private BigDecimal tjtMinPjtz;
- public String getTjsjString() {
- return tjsjString;
- }
- public void setTjsjString(String tjsjString) {
- this.tjsjString = tjsjString;
- }
- public int getSfzf() {
- return sfzf;
- }
- public void setSfzf(int sfzf) {
- this.sfzf = sfzf;
- }
- public BigDecimal getTjtMinPjtz() {
- return tjtMinPjtz;
- }
- public void setTjtMinPjtz(BigDecimal tjtMinPjtz) {
- this.tjtMinPjtz = tjtMinPjtz;
- }
- }
|