123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- package com.huimv.xx.dataobject;
- import java.util.Date;
- import com.huimv.xt.dataobject.BaseDO;
- @SuppressWarnings("serial")
- public class XxXtgg extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.ID
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.BT
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private String bt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.MS
- *
- * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014
- */
- private String ms;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.NR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private String nr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.FBSJ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private Date fbsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.JZSJ
- *
- * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014
- */
- private Date jzsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.FBR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private Integer fbr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.ZFBZ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- private Integer zfbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_xtgg.FBZT
- *
- * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014
- */
- private Integer fbzt;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.ID
- *
- * @return the value of xx_xtgg.ID
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.ID
- *
- * @param id the value for xx_xtgg.ID
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 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 xx_xtgg.BT
- *
- * @return the value of xx_xtgg.BT
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public String getBt() {
- return bt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.BT
- *
- * @param bt the value for xx_xtgg.BT
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public void setBt(String bt) {
- this.bt = bt == null ? null : bt.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.MS
- *
- * @return the value of xx_xtgg.MS
- *
- * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014
- */
- public String getMs() {
- return ms;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.MS
- *
- * @param ms the value for xx_xtgg.MS
- *
- * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014
- */
- public void setMs(String ms) {
- this.ms = ms == null ? null : ms.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.NR
- *
- * @return the value of xx_xtgg.NR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public String getNr() {
- return nr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.NR
- *
- * @param nr the value for xx_xtgg.NR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public void setNr(String nr) {
- this.nr = nr == null ? null : nr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.FBSJ
- *
- * @return the value of xx_xtgg.FBSJ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public Date getFbsj() {
- return fbsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.FBSJ
- *
- * @param fbsj the value for xx_xtgg.FBSJ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public void setFbsj(Date fbsj) {
- this.fbsj = fbsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.JZSJ
- *
- * @return the value of xx_xtgg.JZSJ
- *
- * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014
- */
- public Date getJzsj() {
- return jzsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.JZSJ
- *
- * @param jzsj the value for xx_xtgg.JZSJ
- *
- * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014
- */
- public void setJzsj(Date jzsj) {
- this.jzsj = jzsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.FBR
- *
- * @return the value of xx_xtgg.FBR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public Integer getFbr() {
- return fbr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.FBR
- *
- * @param fbr the value for xx_xtgg.FBR
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public void setFbr(Integer fbr) {
- this.fbr = fbr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.ZFBZ
- *
- * @return the value of xx_xtgg.ZFBZ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.ZFBZ
- *
- * @param zfbz the value for xx_xtgg.ZFBZ
- *
- * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_xtgg.FBZT
- *
- * @return the value of xx_xtgg.FBZT
- *
- * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014
- */
- public Integer getFbzt() {
- return fbzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_xtgg.FBZT
- *
- * @param fbzt the value for xx_xtgg.FBZT
- *
- * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014
- */
- public void setFbzt(Integer fbzt) {
- this.fbzt = fbzt;
- }
- }
|