LogSbyxzt.java 4.5 KB

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