PubFileResources.java 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. package com.minpay.db.table.model;
  2. import com.startup.minpay.frame.data.AbstractMINBean;
  3. public class PubFileResources extends AbstractMINBean {
  4. /**
  5. * This field was generated by MyBatis Generator.
  6. * This field corresponds to the database column pub_file_resources.FRS_NO
  7. *
  8. * @mbggenerated
  9. */
  10. private String no;
  11. /**
  12. * This field was generated by MyBatis Generator.
  13. * This field corresponds to the database column pub_file_resources.FRS_TYPE
  14. *
  15. * @mbggenerated
  16. */
  17. private String type;
  18. /**
  19. * This field was generated by MyBatis Generator.
  20. * This field corresponds to the database column pub_file_resources.FRS_SOURCE
  21. *
  22. * @mbggenerated
  23. */
  24. private String source;
  25. /**
  26. * This field was generated by MyBatis Generator.
  27. * This field corresponds to the database column pub_file_resources.FRS_FILE_NAME
  28. *
  29. * @mbggenerated
  30. */
  31. private String fileName;
  32. /**
  33. * This field was generated by MyBatis Generator.
  34. * This field corresponds to the database column pub_file_resources.FRS_FILE_URL
  35. *
  36. * @mbggenerated
  37. */
  38. private String fileUrl;
  39. /**
  40. * This field was generated by MyBatis Generator.
  41. * This field corresponds to the database column pub_file_resources.FRS_CREATETIME
  42. *
  43. * @mbggenerated
  44. */
  45. private String createtime;
  46. /**
  47. * This method was generated by MyBatis Generator.
  48. * This method returns the value of the database column pub_file_resources.FRS_NO
  49. *
  50. * @return the value of pub_file_resources.FRS_NO
  51. *
  52. * @mbggenerated
  53. */
  54. public String getNo() {
  55. return no;
  56. }
  57. /**
  58. * This method was generated by MyBatis Generator.
  59. * This method sets the value of the database column pub_file_resources.FRS_NO
  60. *
  61. * @param no the value for pub_file_resources.FRS_NO
  62. *
  63. * @mbggenerated
  64. */
  65. public void setNo(String no) {
  66. this.no = no == null ? null : no.trim();
  67. }
  68. /**
  69. * This method was generated by MyBatis Generator.
  70. * This method returns the value of the database column pub_file_resources.FRS_TYPE
  71. *
  72. * @return the value of pub_file_resources.FRS_TYPE
  73. *
  74. * @mbggenerated
  75. */
  76. public String getType() {
  77. return type;
  78. }
  79. /**
  80. * This method was generated by MyBatis Generator.
  81. * This method sets the value of the database column pub_file_resources.FRS_TYPE
  82. *
  83. * @param type the value for pub_file_resources.FRS_TYPE
  84. *
  85. * @mbggenerated
  86. */
  87. public void setType(String type) {
  88. this.type = type == null ? null : type.trim();
  89. }
  90. /**
  91. * This method was generated by MyBatis Generator.
  92. * This method returns the value of the database column pub_file_resources.FRS_SOURCE
  93. *
  94. * @return the value of pub_file_resources.FRS_SOURCE
  95. *
  96. * @mbggenerated
  97. */
  98. public String getSource() {
  99. return source;
  100. }
  101. /**
  102. * This method was generated by MyBatis Generator.
  103. * This method sets the value of the database column pub_file_resources.FRS_SOURCE
  104. *
  105. * @param source the value for pub_file_resources.FRS_SOURCE
  106. *
  107. * @mbggenerated
  108. */
  109. public void setSource(String source) {
  110. this.source = source == null ? null : source.trim();
  111. }
  112. /**
  113. * This method was generated by MyBatis Generator.
  114. * This method returns the value of the database column pub_file_resources.FRS_FILE_NAME
  115. *
  116. * @return the value of pub_file_resources.FRS_FILE_NAME
  117. *
  118. * @mbggenerated
  119. */
  120. public String getFileName() {
  121. return fileName;
  122. }
  123. /**
  124. * This method was generated by MyBatis Generator.
  125. * This method sets the value of the database column pub_file_resources.FRS_FILE_NAME
  126. *
  127. * @param fileName the value for pub_file_resources.FRS_FILE_NAME
  128. *
  129. * @mbggenerated
  130. */
  131. public void setFileName(String fileName) {
  132. this.fileName = fileName == null ? null : fileName.trim();
  133. }
  134. /**
  135. * This method was generated by MyBatis Generator.
  136. * This method returns the value of the database column pub_file_resources.FRS_FILE_URL
  137. *
  138. * @return the value of pub_file_resources.FRS_FILE_URL
  139. *
  140. * @mbggenerated
  141. */
  142. public String getFileUrl() {
  143. return fileUrl;
  144. }
  145. /**
  146. * This method was generated by MyBatis Generator.
  147. * This method sets the value of the database column pub_file_resources.FRS_FILE_URL
  148. *
  149. * @param fileUrl the value for pub_file_resources.FRS_FILE_URL
  150. *
  151. * @mbggenerated
  152. */
  153. public void setFileUrl(String fileUrl) {
  154. this.fileUrl = fileUrl == null ? null : fileUrl.trim();
  155. }
  156. /**
  157. * This method was generated by MyBatis Generator.
  158. * This method returns the value of the database column pub_file_resources.FRS_CREATETIME
  159. *
  160. * @return the value of pub_file_resources.FRS_CREATETIME
  161. *
  162. * @mbggenerated
  163. */
  164. public String getCreatetime() {
  165. return createtime;
  166. }
  167. /**
  168. * This method was generated by MyBatis Generator.
  169. * This method sets the value of the database column pub_file_resources.FRS_CREATETIME
  170. *
  171. * @param createtime the value for pub_file_resources.FRS_CREATETIME
  172. *
  173. * @mbggenerated
  174. */
  175. public void setCreatetime(String createtime) {
  176. this.createtime = createtime == null ? null : createtime.trim();
  177. }
  178. }