123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- package com.huimv.xt.dataobject;
- import java.math.BigDecimal;
- import java.util.Date;
- public class XtFlzzd extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.id
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.jqid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String jqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.gzbh
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String gzbh;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.cgqzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String cgqzt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.qgzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String qgzt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.czz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private BigDecimal czz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.cjsz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private BigDecimal cjsz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.ebz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String ebz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.wwsbzwz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String wwsbzwz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.sfycbz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String sfycbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.dzid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private String dzid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_flzzd.xgsj
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- private Date xgsj;
-
- private String zsid;
-
- private String zsmc;
-
- private String sjxrbz;
-
- public String getSjxrbz() {
- return sjxrbz;
- }
- public void setSjxrbz(String sjxrbz) {
- this.sjxrbz = sjxrbz;
- }
- public String getZsid() {
- return zsid;
- }
- public void setZsid(String zsid) {
- this.zsid = zsid;
- }
- public String getZsmc() {
- return zsmc;
- }
- public void setZsmc(String zsmc) {
- this.zsmc = zsmc;
- }
- public String getMcmc() {
- return mcmc;
- }
- public void setMcmc(String mcmc) {
- this.mcmc = mcmc;
- }
- public String getMcid() {
- return mcid;
- }
- public void setMcid(String mcid) {
- this.mcid = mcid;
- }
- public String getJqdaid() {
- return jqdaid;
- }
- public void setJqdaid(String jqdaid) {
- this.jqdaid = jqdaid;
- }
- private String mcmc;
-
- private String mcid;
-
- private String jqdaid;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.id
- *
- * @return the value of xt_flzzd.id
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.id
- *
- * @param id the value for xt_flzzd.id
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 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 xt_flzzd.jqid
- *
- * @return the value of xt_flzzd.jqid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getJqid() {
- return jqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.jqid
- *
- * @param jqid the value for xt_flzzd.jqid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setJqid(String jqid) {
- this.jqid = jqid == null ? null : jqid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.gzbh
- *
- * @return the value of xt_flzzd.gzbh
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getGzbh() {
- return gzbh;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.gzbh
- *
- * @param gzbh the value for xt_flzzd.gzbh
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setGzbh(String gzbh) {
- this.gzbh = gzbh == null ? null : gzbh.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.cgqzt
- *
- * @return the value of xt_flzzd.cgqzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getCgqzt() {
- return cgqzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.cgqzt
- *
- * @param cgqzt the value for xt_flzzd.cgqzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setCgqzt(String cgqzt) {
- this.cgqzt = cgqzt == null ? null : cgqzt.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.qgzt
- *
- * @return the value of xt_flzzd.qgzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getQgzt() {
- return qgzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.qgzt
- *
- * @param qgzt the value for xt_flzzd.qgzt
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setQgzt(String qgzt) {
- this.qgzt = qgzt == null ? null : qgzt.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.czz
- *
- * @return the value of xt_flzzd.czz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public BigDecimal getCzz() {
- return czz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.czz
- *
- * @param czz the value for xt_flzzd.czz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setCzz(BigDecimal czz) {
- this.czz = czz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.cjsz
- *
- * @return the value of xt_flzzd.cjsz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public BigDecimal getCjsz() {
- return cjsz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.cjsz
- *
- * @param cjsz the value for xt_flzzd.cjsz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setCjsz(BigDecimal cjsz) {
- this.cjsz = cjsz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.ebz
- *
- * @return the value of xt_flzzd.ebz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getEbz() {
- return ebz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.ebz
- *
- * @param ebz the value for xt_flzzd.ebz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setEbz(String ebz) {
- this.ebz = ebz == null ? null : ebz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.wwsbzwz
- *
- * @return the value of xt_flzzd.wwsbzwz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getWwsbzwz() {
- return wwsbzwz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.wwsbzwz
- *
- * @param wwsbzwz the value for xt_flzzd.wwsbzwz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setWwsbzwz(String wwsbzwz) {
- this.wwsbzwz = wwsbzwz == null ? null : wwsbzwz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.sfycbz
- *
- * @return the value of xt_flzzd.sfycbz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getSfycbz() {
- return sfycbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.sfycbz
- *
- * @param sfycbz the value for xt_flzzd.sfycbz
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setSfycbz(String sfycbz) {
- this.sfycbz = sfycbz == null ? null : sfycbz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.dzid
- *
- * @return the value of xt_flzzd.dzid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public String getDzid() {
- return dzid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.dzid
- *
- * @param dzid the value for xt_flzzd.dzid
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setDzid(String dzid) {
- this.dzid = dzid == null ? null : dzid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_flzzd.xgsj
- *
- * @return the value of xt_flzzd.xgsj
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_flzzd.xgsj
- *
- * @param xgsj the value for xt_flzzd.xgsj
- *
- * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
- }
|