XtDgdskz.java 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtDgdskz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_dgdskz.ID
  7. *
  8. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_dgdskz.JQID
  14. *
  15. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_dgdskz.PZNR
  21. *
  22. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  23. */
  24. private String pznr;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_dgdskz.XGSJ
  28. *
  29. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  30. */
  31. private Date xgsj;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_dgdskz.BZ
  35. *
  36. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  37. */
  38. private String bz;
  39. /**
  40. * This method was generated by Apache iBATIS ibator.
  41. * This method returns the value of the database column xt_dgdskz.ID
  42. *
  43. * @return the value of xt_dgdskz.ID
  44. *
  45. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  46. */
  47. public Integer getId() {
  48. return id;
  49. }
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method sets the value of the database column xt_dgdskz.ID
  53. *
  54. * @param id the value for xt_dgdskz.ID
  55. *
  56. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  57. */
  58. public void setId(Integer id) {
  59. this.id = id;
  60. }
  61. /**
  62. * This method was generated by Apache iBATIS ibator.
  63. * This method returns the value of the database column xt_dgdskz.JQID
  64. *
  65. * @return the value of xt_dgdskz.JQID
  66. *
  67. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  68. */
  69. public String getJqid() {
  70. return jqid;
  71. }
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method sets the value of the database column xt_dgdskz.JQID
  75. *
  76. * @param jqid the value for xt_dgdskz.JQID
  77. *
  78. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  79. */
  80. public void setJqid(String jqid) {
  81. this.jqid = jqid == null ? null : jqid.trim();
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method returns the value of the database column xt_dgdskz.PZNR
  86. *
  87. * @return the value of xt_dgdskz.PZNR
  88. *
  89. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  90. */
  91. public String getPznr() {
  92. return pznr;
  93. }
  94. /**
  95. * This method was generated by Apache iBATIS ibator.
  96. * This method sets the value of the database column xt_dgdskz.PZNR
  97. *
  98. * @param pznr the value for xt_dgdskz.PZNR
  99. *
  100. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  101. */
  102. public void setPznr(String pznr) {
  103. this.pznr = pznr == null ? null : pznr.trim();
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method returns the value of the database column xt_dgdskz.XGSJ
  108. *
  109. * @return the value of xt_dgdskz.XGSJ
  110. *
  111. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  112. */
  113. public Date getXgsj() {
  114. return xgsj;
  115. }
  116. /**
  117. * This method was generated by Apache iBATIS ibator.
  118. * This method sets the value of the database column xt_dgdskz.XGSJ
  119. *
  120. * @param xgsj the value for xt_dgdskz.XGSJ
  121. *
  122. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  123. */
  124. public void setXgsj(Date xgsj) {
  125. this.xgsj = xgsj;
  126. }
  127. /**
  128. * This method was generated by Apache iBATIS ibator.
  129. * This method returns the value of the database column xt_dgdskz.BZ
  130. *
  131. * @return the value of xt_dgdskz.BZ
  132. *
  133. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  134. */
  135. public String getBz() {
  136. return bz;
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method sets the value of the database column xt_dgdskz.BZ
  141. *
  142. * @param bz the value for xt_dgdskz.BZ
  143. *
  144. * @ibatorgenerated Tue Apr 21 10:10:19 CST 2020
  145. */
  146. public void setBz(String bz) {
  147. this.bz = bz == null ? null : bz.trim();
  148. }
  149. }