XtLypz.java 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. package com.huimv.xt.dataobject;
  2. public class XtLypz extends BaseDO {
  3. /**
  4. * This field was generated by Apache iBATIS ibator.
  5. * This field corresponds to the database column xt_lypz.ID
  6. *
  7. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  8. */
  9. private Integer id;
  10. /**
  11. * This field was generated by Apache iBATIS ibator.
  12. * This field corresponds to the database column xt_lypz.JQID
  13. *
  14. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  15. */
  16. private String jqid;
  17. /**
  18. * This field was generated by Apache iBATIS ibator.
  19. * This field corresponds to the database column xt_lypz.SBLX
  20. *
  21. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  22. */
  23. private String sblx;
  24. /**
  25. * This field was generated by Apache iBATIS ibator.
  26. * This field corresponds to the database column xt_lypz.LYDZ
  27. *
  28. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  29. */
  30. private String lydz;
  31. /**
  32. * This field was generated by Apache iBATIS ibator.
  33. * This field corresponds to the database column xt_lypz.LYBM
  34. *
  35. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  36. */
  37. private String lybm;
  38. /**
  39. * This field was generated by Apache iBATIS ibator.
  40. * This field corresponds to the database column xt_lypz.LCID
  41. *
  42. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  43. */
  44. private String lcid;
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method returns the value of the database column xt_lypz.ID
  48. *
  49. * @return the value of xt_lypz.ID
  50. *
  51. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  52. */
  53. public Integer getId() {
  54. return id;
  55. }
  56. /**
  57. * This method was generated by Apache iBATIS ibator.
  58. * This method sets the value of the database column xt_lypz.ID
  59. *
  60. * @param id the value for xt_lypz.ID
  61. *
  62. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  63. */
  64. public void setId(Integer id) {
  65. this.id = id;
  66. }
  67. /**
  68. * This method was generated by Apache iBATIS ibator.
  69. * This method returns the value of the database column xt_lypz.JQID
  70. *
  71. * @return the value of xt_lypz.JQID
  72. *
  73. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  74. */
  75. public String getJqid() {
  76. return jqid;
  77. }
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method sets the value of the database column xt_lypz.JQID
  81. *
  82. * @param jqid the value for xt_lypz.JQID
  83. *
  84. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  85. */
  86. public void setJqid(String jqid) {
  87. this.jqid = jqid == null ? null : jqid.trim();
  88. }
  89. /**
  90. * This method was generated by Apache iBATIS ibator.
  91. * This method returns the value of the database column xt_lypz.SBLX
  92. *
  93. * @return the value of xt_lypz.SBLX
  94. *
  95. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  96. */
  97. public String getSblx() {
  98. return sblx;
  99. }
  100. /**
  101. * This method was generated by Apache iBATIS ibator.
  102. * This method sets the value of the database column xt_lypz.SBLX
  103. *
  104. * @param sblx the value for xt_lypz.SBLX
  105. *
  106. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  107. */
  108. public void setSblx(String sblx) {
  109. this.sblx = sblx == null ? null : sblx.trim();
  110. }
  111. /**
  112. * This method was generated by Apache iBATIS ibator.
  113. * This method returns the value of the database column xt_lypz.LYDZ
  114. *
  115. * @return the value of xt_lypz.LYDZ
  116. *
  117. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  118. */
  119. public String getLydz() {
  120. return lydz;
  121. }
  122. /**
  123. * This method was generated by Apache iBATIS ibator.
  124. * This method sets the value of the database column xt_lypz.LYDZ
  125. *
  126. * @param lydz the value for xt_lypz.LYDZ
  127. *
  128. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  129. */
  130. public void setLydz(String lydz) {
  131. this.lydz = lydz == null ? null : lydz.trim();
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method returns the value of the database column xt_lypz.LYBM
  136. *
  137. * @return the value of xt_lypz.LYBM
  138. *
  139. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  140. */
  141. public String getLybm() {
  142. return lybm;
  143. }
  144. /**
  145. * This method was generated by Apache iBATIS ibator.
  146. * This method sets the value of the database column xt_lypz.LYBM
  147. *
  148. * @param lybm the value for xt_lypz.LYBM
  149. *
  150. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  151. */
  152. public void setLybm(String lybm) {
  153. this.lybm = lybm == null ? null : lybm.trim();
  154. }
  155. /**
  156. * This method was generated by Apache iBATIS ibator.
  157. * This method returns the value of the database column xt_lypz.LCID
  158. *
  159. * @return the value of xt_lypz.LCID
  160. *
  161. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  162. */
  163. public String getLcid() {
  164. return lcid;
  165. }
  166. /**
  167. * This method was generated by Apache iBATIS ibator.
  168. * This method sets the value of the database column xt_lypz.LCID
  169. *
  170. * @param lcid the value for xt_lypz.LCID
  171. *
  172. * @ibatorgenerated Tue May 31 15:16:47 CST 2016
  173. */
  174. public void setLcid(String lcid) {
  175. this.lcid = lcid == null ? null : lcid.trim();
  176. }
  177. }