123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- package com.huimv.wscl.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class WsclBjsz extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.ID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.SBID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private Integer sbid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.MCID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private Integer mcid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.KG
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String kg;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.BJXID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String bjxid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.BJXW
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String bjxw;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.SJHM
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String sjhm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.BZ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String bz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.XGR
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private String xgr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column wscl_bjsz.XGSJ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- private Date xgsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.ID
- *
- * @return the value of wscl_bjsz.ID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.ID
- *
- * @param id the value for wscl_bjsz.ID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- 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 wscl_bjsz.SBID
- *
- * @return the value of wscl_bjsz.SBID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public Integer getSbid() {
- return sbid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.SBID
- *
- * @param sbid the value for wscl_bjsz.SBID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setSbid(Integer sbid) {
- this.sbid = sbid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.MCID
- *
- * @return the value of wscl_bjsz.MCID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public Integer getMcid() {
- return mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.MCID
- *
- * @param mcid the value for wscl_bjsz.MCID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setMcid(Integer mcid) {
- this.mcid = mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.KG
- *
- * @return the value of wscl_bjsz.KG
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getKg() {
- return kg;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.KG
- *
- * @param kg the value for wscl_bjsz.KG
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setKg(String kg) {
- this.kg = kg == null ? null : kg.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.BJXID
- *
- * @return the value of wscl_bjsz.BJXID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getBjxid() {
- return bjxid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.BJXID
- *
- * @param bjxid the value for wscl_bjsz.BJXID
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setBjxid(String bjxid) {
- this.bjxid = bjxid == null ? null : bjxid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.BJXW
- *
- * @return the value of wscl_bjsz.BJXW
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getBjxw() {
- return bjxw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.BJXW
- *
- * @param bjxw the value for wscl_bjsz.BJXW
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setBjxw(String bjxw) {
- this.bjxw = bjxw == null ? null : bjxw.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.SJHM
- *
- * @return the value of wscl_bjsz.SJHM
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getSjhm() {
- return sjhm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.SJHM
- *
- * @param sjhm the value for wscl_bjsz.SJHM
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setSjhm(String sjhm) {
- this.sjhm = sjhm == null ? null : sjhm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.BZ
- *
- * @return the value of wscl_bjsz.BZ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getBz() {
- return bz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.BZ
- *
- * @param bz the value for wscl_bjsz.BZ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setBz(String bz) {
- this.bz = bz == null ? null : bz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column wscl_bjsz.XGR
- *
- * @return the value of wscl_bjsz.XGR
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public String getXgr() {
- return xgr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.XGR
- *
- * @param xgr the value for wscl_bjsz.XGR
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- 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 wscl_bjsz.XGSJ
- *
- * @return the value of wscl_bjsz.XGSJ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column wscl_bjsz.XGSJ
- *
- * @param xgsj the value for wscl_bjsz.XGSJ
- *
- * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
- }
|