123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- package com.huimv.sj.dataobject;
- import java.math.BigDecimal;
- import java.util.Date;
- import com.huimv.busi.da.dto.DaLqdaDTO;
- import com.huimv.xt.dataobject.BaseDO;
- @SuppressWarnings("serial")
- public class SjRcssj extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.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_rcssj.LQID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.RZCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal rzcsl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.CSQ1CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal csq1csl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.CSQ2CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal csq2csl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.GLQCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private BigDecimal glqcsl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_rcssj.TJSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private Date tjsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_rcssj.ID
- *
- * @return the value of sj_rcssj.ID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- private String lqmc;
-
- private String zsmc;
-
- private Integer zsid;
-
- private Integer mcid;
-
- private String rlts;
-
- private BigDecimal tsum;
- private String y2rzcsl;
-
- private String y1rzcsl;
-
- private BigDecimal yrzcsl;
-
- public BigDecimal getYrzcsl() {
- return yrzcsl;
- }
- public void setYrzcsl(BigDecimal yrzcsl) {
- this.yrzcsl = yrzcsl;
- }
- public String getY1rzcsl() {
- return y1rzcsl;
- }
- public void setY1rzcsl(String y1rzcsl) {
- this.y1rzcsl = y1rzcsl;
- }
- public BigDecimal getTsum() {
- return tsum;
- }
- public void setTsum(BigDecimal tsum) {
- this.tsum = tsum;
- }
- public String getRlts() {
- return rlts;
- }
- public void setRlts(String rlts) {
- this.rlts = rlts;
- }
- public Integer getMcid() {
- return mcid;
- }
- public void setMcid(Integer mcid) {
- this.mcid = mcid;
- }
- public Integer getZsid() {
- return zsid;
- }
- public void setZsid(Integer zsid) {
- this.zsid = zsid;
- }
- public String getY2rzcsl() {
- return y2rzcsl;
- }
- public void setY2rzcsl(String y2rzcsl) {
- this.y2rzcsl = y2rzcsl;
- }
- public BigDecimal getYcsq2csl() {
- return ycsq2csl;
- }
- public void setYcsq2csl(BigDecimal ycsq2csl) {
- this.ycsq2csl = ycsq2csl;
- }
- private BigDecimal ycsq2csl;
-
- public String getLqmc() {
- return lqmc;
- }
- public void setLqmc(String lqmc) {
- this.lqmc = lqmc;
- }
- public String getZsmc() {
- return zsmc;
- }
- public void setZsmc(String zsmc) {
- this.zsmc = zsmc;
- }
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_rcssj.ID
- *
- * @param id the value for sj_rcssj.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_rcssj.LQID
- *
- * @return the value of sj_rcssj.LQID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 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_rcssj.LQID
- *
- * @param lqid the value for sj_rcssj.LQID
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 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_rcssj.RZCSL
- *
- * @return the value of sj_rcssj.RZCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getRzcsl() {
- return rzcsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_rcssj.RZCSL
- *
- * @param rzcsl the value for sj_rcssj.RZCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setRzcsl(BigDecimal rzcsl) {
- this.rzcsl = rzcsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_rcssj.CSQ1CSL
- *
- * @return the value of sj_rcssj.CSQ1CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getCsq1csl() {
- return csq1csl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_rcssj.CSQ1CSL
- *
- * @param csq1csl the value for sj_rcssj.CSQ1CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setCsq1csl(BigDecimal csq1csl) {
- this.csq1csl = csq1csl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_rcssj.CSQ2CSL
- *
- * @return the value of sj_rcssj.CSQ2CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getCsq2csl() {
- return csq2csl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_rcssj.CSQ2CSL
- *
- * @param csq2csl the value for sj_rcssj.CSQ2CSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setCsq2csl(BigDecimal csq2csl) {
- this.csq2csl = csq2csl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_rcssj.GLQCSL
- *
- * @return the value of sj_rcssj.GLQCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public BigDecimal getGlqcsl() {
- return glqcsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_rcssj.GLQCSL
- *
- * @param glqcsl the value for sj_rcssj.GLQCSL
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setGlqcsl(BigDecimal glqcsl) {
- this.glqcsl = glqcsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_rcssj.TJSJ
- *
- * @return the value of sj_rcssj.TJSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 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_rcssj.TJSJ
- *
- * @param tjsj the value for sj_rcssj.TJSJ
- *
- * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
-
-
- private String tjsjString;
-
- private DaLqdaDTO daLqdaDTO;
- public DaLqdaDTO getDaLqdaDTO() {
- return daLqdaDTO;
- }
- public void setDaLqdaDTO(DaLqdaDTO daLqdaDTO) {
- this.daLqdaDTO = daLqdaDTO;
- }
- public String getTjsjString() {
- return tjsjString;
- }
- public void setTjsjString(String tjsjString) {
- this.tjsjString = tjsjString;
- }
- }
|