123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- package com.huimv.xt.dataobject;
- public class XtSjpz extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.ID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.JQID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String jqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.KZBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private Integer kzbsjsl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.KZBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String kzbsjhm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.KZBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String kzbsjbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.BJQSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private Integer bjqsjsl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.BJQSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String bjqsjhm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.BJQSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String bjqsjbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.MBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private Integer mbsjsl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.MBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String mbsjhm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_sjpz.MBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- private String mbsjbz;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.ID
- *
- * @return the value of xt_sjpz.ID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.ID
- *
- * @param id the value for xt_sjpz.ID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- 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_sjpz.JQID
- *
- * @return the value of xt_sjpz.JQID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getJqid() {
- return jqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.JQID
- *
- * @param jqid the value for xt_sjpz.JQID
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- 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_sjpz.KZBSJSL
- *
- * @return the value of xt_sjpz.KZBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public Integer getKzbsjsl() {
- return kzbsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.KZBSJSL
- *
- * @param kzbsjsl the value for xt_sjpz.KZBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setKzbsjsl(Integer kzbsjsl) {
- this.kzbsjsl = kzbsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.KZBSJHM
- *
- * @return the value of xt_sjpz.KZBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getKzbsjhm() {
- return kzbsjhm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.KZBSJHM
- *
- * @param kzbsjhm the value for xt_sjpz.KZBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setKzbsjhm(String kzbsjhm) {
- this.kzbsjhm = kzbsjhm == null ? null : kzbsjhm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.KZBSJBZ
- *
- * @return the value of xt_sjpz.KZBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getKzbsjbz() {
- return kzbsjbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.KZBSJBZ
- *
- * @param kzbsjbz the value for xt_sjpz.KZBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setKzbsjbz(String kzbsjbz) {
- this.kzbsjbz = kzbsjbz == null ? null : kzbsjbz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.BJQSJSL
- *
- * @return the value of xt_sjpz.BJQSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public Integer getBjqsjsl() {
- return bjqsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.BJQSJSL
- *
- * @param bjqsjsl the value for xt_sjpz.BJQSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setBjqsjsl(Integer bjqsjsl) {
- this.bjqsjsl = bjqsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.BJQSJHM
- *
- * @return the value of xt_sjpz.BJQSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getBjqsjhm() {
- return bjqsjhm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.BJQSJHM
- *
- * @param bjqsjhm the value for xt_sjpz.BJQSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setBjqsjhm(String bjqsjhm) {
- this.bjqsjhm = bjqsjhm == null ? null : bjqsjhm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.BJQSJBZ
- *
- * @return the value of xt_sjpz.BJQSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getBjqsjbz() {
- return bjqsjbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.BJQSJBZ
- *
- * @param bjqsjbz the value for xt_sjpz.BJQSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setBjqsjbz(String bjqsjbz) {
- this.bjqsjbz = bjqsjbz == null ? null : bjqsjbz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.MBSJSL
- *
- * @return the value of xt_sjpz.MBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public Integer getMbsjsl() {
- return mbsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.MBSJSL
- *
- * @param mbsjsl the value for xt_sjpz.MBSJSL
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setMbsjsl(Integer mbsjsl) {
- this.mbsjsl = mbsjsl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.MBSJHM
- *
- * @return the value of xt_sjpz.MBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getMbsjhm() {
- return mbsjhm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.MBSJHM
- *
- * @param mbsjhm the value for xt_sjpz.MBSJHM
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setMbsjhm(String mbsjhm) {
- this.mbsjhm = mbsjhm == null ? null : mbsjhm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_sjpz.MBSJBZ
- *
- * @return the value of xt_sjpz.MBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public String getMbsjbz() {
- return mbsjbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_sjpz.MBSJBZ
- *
- * @param mbsjbz the value for xt_sjpz.MBSJBZ
- *
- * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
- */
- public void setMbsjbz(String mbsjbz) {
- this.mbsjbz = mbsjbz == null ? null : mbsjbz.trim();
- }
-
- private String mcid;
-
- private String mcmc;
-
- private String zsid;
-
- private String zsmc;
- public String getMcid() {
- return mcid;
- }
- public void setMcid(String mcid) {
- this.mcid = mcid;
- }
- public String getMcmc() {
- return mcmc;
- }
- public void setMcmc(String mcmc) {
- this.mcmc = mcmc;
- }
- 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;
- }
-
- }
|