XtWxh.java 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. package com.huimv.xt.dataobject;
  2. public class XtWxh extends BaseDO {
  3. /**
  4. * This field was generated by Apache iBATIS ibator.
  5. * This field corresponds to the database column xt_wxh.YHID
  6. *
  7. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  8. */
  9. private Integer yhid;
  10. /**
  11. * This field was generated by Apache iBATIS ibator.
  12. * This field corresponds to the database column xt_wxh.WXH
  13. *
  14. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  15. */
  16. private String wxh;
  17. /**
  18. * This field was generated by Apache iBATIS ibator.
  19. * This field corresponds to the database column xt_wxh.SFBD
  20. *
  21. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  22. */
  23. private Integer sfbd;
  24. /**
  25. * This method was generated by Apache iBATIS ibator.
  26. * This method returns the value of the database column xt_wxh.YHID
  27. *
  28. * @return the value of xt_wxh.YHID
  29. *
  30. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  31. */
  32. public Integer getYhid() {
  33. return yhid;
  34. }
  35. /**
  36. * This method was generated by Apache iBATIS ibator.
  37. * This method sets the value of the database column xt_wxh.YHID
  38. *
  39. * @param yhid the value for xt_wxh.YHID
  40. *
  41. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  42. */
  43. public void setYhid(Integer yhid) {
  44. this.yhid = yhid;
  45. }
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method returns the value of the database column xt_wxh.WXH
  49. *
  50. * @return the value of xt_wxh.WXH
  51. *
  52. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  53. */
  54. public String getWxh() {
  55. return wxh;
  56. }
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method sets the value of the database column xt_wxh.WXH
  60. *
  61. * @param wxh the value for xt_wxh.WXH
  62. *
  63. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  64. */
  65. public void setWxh(String wxh) {
  66. this.wxh = wxh == null ? null : wxh.trim();
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method returns the value of the database column xt_wxh.SFBD
  71. *
  72. * @return the value of xt_wxh.SFBD
  73. *
  74. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  75. */
  76. public Integer getSfbd() {
  77. return sfbd;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method sets the value of the database column xt_wxh.SFBD
  82. *
  83. * @param sfbd the value for xt_wxh.SFBD
  84. *
  85. * @ibatorgenerated Thu Apr 02 13:48:41 CST 2015
  86. */
  87. public void setSfbd(Integer sfbd) {
  88. this.sfbd = sfbd;
  89. }
  90. private String yhm;
  91. public String getYhm() {
  92. return yhm;
  93. }
  94. public void setYhm(String yhm) {
  95. this.yhm = yhm;
  96. }
  97. }