123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- package com.huimv.da.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- import java.util.Date;
- public class DaRcxc extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.ID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.LQID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private Integer lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.DWEB
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private String dweb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.DQTW
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private BigDecimal dqtw;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.DQZT
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private Integer dqzt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.GXSJ
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private Date gxsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_rcxc.TPMC
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- private String tpmc;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.ID
- *
- * @return the value of da_rcxc.ID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.ID
- *
- * @param id the value for da_rcxc.ID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- 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 da_rcxc.LQID
- *
- * @return the value of da_rcxc.LQID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public Integer getLqid() {
- return lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.LQID
- *
- * @param lqid the value for da_rcxc.LQID
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setLqid(Integer lqid) {
- this.lqid = lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.DWEB
- *
- * @return the value of da_rcxc.DWEB
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public String getDweb() {
- return dweb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.DWEB
- *
- * @param dweb the value for da_rcxc.DWEB
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setDweb(String dweb) {
- this.dweb = dweb == null ? null : dweb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.DQTW
- *
- * @return the value of da_rcxc.DQTW
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public BigDecimal getDqtw() {
- return dqtw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.DQTW
- *
- * @param dqtw the value for da_rcxc.DQTW
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setDqtw(BigDecimal dqtw) {
- this.dqtw = dqtw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.DQZT
- *
- * @return the value of da_rcxc.DQZT
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public Integer getDqzt() {
- return dqzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.DQZT
- *
- * @param dqzt the value for da_rcxc.DQZT
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setDqzt(Integer dqzt) {
- this.dqzt = dqzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.GXSJ
- *
- * @return the value of da_rcxc.GXSJ
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public Date getGxsj() {
- return gxsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.GXSJ
- *
- * @param gxsj the value for da_rcxc.GXSJ
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setGxsj(Date gxsj) {
- this.gxsj = gxsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_rcxc.TPMC
- *
- * @return the value of da_rcxc.TPMC
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public String getTpmc() {
- return tpmc;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_rcxc.TPMC
- *
- * @param tpmc the value for da_rcxc.TPMC
- *
- * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015
- */
- public void setTpmc(String tpmc) {
- this.tpmc = tpmc == null ? null : tpmc.trim();
- }
- }
|