123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- package com.huimv.xt.dataobject;
- import java.util.Date;
- public class XtXtcs extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.CSID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String csid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.XTID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String xtid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.CSMS
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String csms;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.QSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String qsqz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.CSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String csqz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.CSZY
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String cszy;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.XGR
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private String xgr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.XGSJ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private Date xgsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_xtcs.ZFBZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- private Integer zfbz;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.CSID
- *
- * @return the value of xt_xtcs.CSID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getCsid() {
- return csid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.CSID
- *
- * @param csid the value for xt_xtcs.CSID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setCsid(String csid) {
- this.csid = csid == null ? null : csid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.XTID
- *
- * @return the value of xt_xtcs.XTID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getXtid() {
- return xtid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.XTID
- *
- * @param xtid the value for xt_xtcs.XTID
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setXtid(String xtid) {
- this.xtid = xtid == null ? null : xtid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.CSMS
- *
- * @return the value of xt_xtcs.CSMS
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getCsms() {
- return csms;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.CSMS
- *
- * @param csms the value for xt_xtcs.CSMS
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setCsms(String csms) {
- this.csms = csms == null ? null : csms.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.QSQZ
- *
- * @return the value of xt_xtcs.QSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getQsqz() {
- return qsqz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.QSQZ
- *
- * @param qsqz the value for xt_xtcs.QSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setQsqz(String qsqz) {
- this.qsqz = qsqz == null ? null : qsqz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.CSQZ
- *
- * @return the value of xt_xtcs.CSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getCsqz() {
- return csqz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.CSQZ
- *
- * @param csqz the value for xt_xtcs.CSQZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setCsqz(String csqz) {
- this.csqz = csqz == null ? null : csqz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.CSZY
- *
- * @return the value of xt_xtcs.CSZY
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getCszy() {
- return cszy;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.CSZY
- *
- * @param cszy the value for xt_xtcs.CSZY
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setCszy(String cszy) {
- this.cszy = cszy == null ? null : cszy.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.XGR
- *
- * @return the value of xt_xtcs.XGR
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public String getXgr() {
- return xgr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.XGR
- *
- * @param xgr the value for xt_xtcs.XGR
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setXgr(String xgr) {
- this.xgr = xgr == null ? null : xgr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.XGSJ
- *
- * @return the value of xt_xtcs.XGSJ
- *
- * @ibatorgenerated Tue May 20 10:24:49 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_xtcs.XGSJ
- *
- * @param xgsj the value for xt_xtcs.XGSJ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_xtcs.ZFBZ
- *
- * @return the value of xt_xtcs.ZFBZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_xtcs.ZFBZ
- *
- * @param zfbz the value for xt_xtcs.ZFBZ
- *
- * @ibatorgenerated Tue May 20 10:24:49 CST 2014
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
- }
|