PbCseFeeobjupdatePageVo.java 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. package com.xjrsoft.module.student.vo;
  2. import com.alibaba.excel.annotation.ExcelProperty;
  3. import com.alibaba.excel.annotation.ExcelIgnore;
  4. import com.alibaba.excel.annotation.write.style.ContentStyle;
  5. import com.fasterxml.jackson.annotation.JsonFormat;
  6. import io.swagger.annotations.ApiModelProperty;
  7. import lombok.Data;
  8. import com.xjrsoft.common.annotation.Trans;
  9. import com.xjrsoft.common.enums.TransType;
  10. import java.time.LocalTime;
  11. import java.time.LocalDateTime;
  12. import java.math.BigDecimal;
  13. import java.util.Date;
  14. /**
  15. * @title: 分页列表出参
  16. * @Author szs
  17. * @Date: 2024-03-29
  18. * @Version 1.0
  19. */
  20. @Data
  21. public class PbCseFeeobjupdatePageVo {
  22. /**
  23. *
  24. */
  25. @ContentStyle(dataFormat = 49)
  26. @ExcelProperty("")
  27. @ApiModelProperty("")
  28. private String pkfeeobj;
  29. /**
  30. *
  31. */
  32. @ContentStyle(dataFormat = 49)
  33. @ExcelProperty("")
  34. @ApiModelProperty("")
  35. private String studentcode;
  36. /**
  37. *
  38. */
  39. @ContentStyle(dataFormat = 49)
  40. @ExcelProperty("")
  41. @ApiModelProperty("")
  42. private String feeobjname;
  43. /**
  44. *
  45. */
  46. @ContentStyle(dataFormat = 49)
  47. @ExcelProperty("")
  48. @ApiModelProperty("")
  49. private String personalid;
  50. /**
  51. *
  52. */
  53. @ContentStyle(dataFormat = 49)
  54. @ExcelProperty("")
  55. @ApiModelProperty("")
  56. private String nationality;
  57. /**
  58. *
  59. */
  60. @ContentStyle(dataFormat = 49)
  61. @ExcelProperty("")
  62. @ApiModelProperty("")
  63. private String birthday;
  64. /**
  65. *
  66. */
  67. @ContentStyle(dataFormat = 49)
  68. @ExcelProperty("")
  69. @ApiModelProperty("")
  70. private String deptcode;
  71. /**
  72. *
  73. */
  74. @ContentStyle(dataFormat = 49)
  75. @ExcelProperty("")
  76. @ApiModelProperty("")
  77. private String deptname;
  78. /**
  79. *
  80. */
  81. @ContentStyle(dataFormat = 49)
  82. @ExcelProperty("")
  83. @ApiModelProperty("")
  84. private String speccode;
  85. /**
  86. *
  87. */
  88. @ContentStyle(dataFormat = 49)
  89. @ExcelProperty("")
  90. @ApiModelProperty("")
  91. private String specname;
  92. /**
  93. *
  94. */
  95. @ContentStyle(dataFormat = 49)
  96. @ExcelProperty("")
  97. @ApiModelProperty("")
  98. private String classcode;
  99. /**
  100. *
  101. */
  102. @ContentStyle(dataFormat = 49)
  103. @ExcelProperty("")
  104. @ApiModelProperty("")
  105. private String classname;
  106. /**
  107. *
  108. */
  109. @ContentStyle(dataFormat = 49)
  110. @ExcelProperty("")
  111. @ApiModelProperty("")
  112. private String ratetypename;
  113. /**
  114. *
  115. */
  116. @ContentStyle(dataFormat = 49)
  117. @ExcelProperty("")
  118. @ApiModelProperty("")
  119. private String sex;
  120. /**
  121. *
  122. */
  123. @ContentStyle(dataFormat = 49)
  124. @ExcelProperty("")
  125. @ApiModelProperty("")
  126. private String state;
  127. /**
  128. *
  129. */
  130. @ContentStyle(dataFormat = 49)
  131. @ExcelProperty("")
  132. @ApiModelProperty("")
  133. private String enteryear;
  134. /**
  135. *
  136. */
  137. @ContentStyle(dataFormat = 49)
  138. @ExcelProperty("")
  139. @ApiModelProperty("")
  140. private String leaveyear;
  141. /**
  142. *
  143. */
  144. @ContentStyle(dataFormat = 49)
  145. @ExcelProperty("")
  146. @ApiModelProperty("")
  147. private String telephone;
  148. /**
  149. *
  150. */
  151. @ContentStyle(dataFormat = 49)
  152. @ExcelProperty("")
  153. @ApiModelProperty("")
  154. private String jzlxdh;
  155. /**
  156. *
  157. */
  158. @ContentStyle(dataFormat = 49)
  159. @ExcelProperty("")
  160. @ApiModelProperty("")
  161. private String zytjspec;
  162. /**
  163. *
  164. */
  165. @ContentStyle(dataFormat = 49)
  166. @ExcelProperty("")
  167. @ApiModelProperty("")
  168. private String sg;
  169. /**
  170. *
  171. */
  172. @ContentStyle(dataFormat = 49)
  173. @ExcelProperty("")
  174. @ApiModelProperty("")
  175. private String tz;
  176. /**
  177. *
  178. */
  179. @ContentStyle(dataFormat = 49)
  180. @ExcelProperty("")
  181. @ApiModelProperty("")
  182. private String recruiters;
  183. /**
  184. *
  185. */
  186. @ContentStyle(dataFormat = 49)
  187. @ExcelProperty("")
  188. @ApiModelProperty("")
  189. private String graduations;
  190. /**
  191. *
  192. */
  193. @ContentStyle(dataFormat = 49)
  194. @ExcelProperty("")
  195. @ApiModelProperty("")
  196. private String remarks;
  197. /**
  198. *
  199. */
  200. @ContentStyle(dataFormat = 49)
  201. @ExcelProperty("")
  202. @ApiModelProperty("")
  203. private String userdef3;
  204. /**
  205. *
  206. */
  207. @ContentStyle(dataFormat = 49)
  208. @ExcelProperty("")
  209. @ApiModelProperty("")
  210. private String resourcename;
  211. /**
  212. *
  213. */
  214. @ContentStyle(dataFormat = 49)
  215. @ExcelProperty("")
  216. @ApiModelProperty("")
  217. private String quartername;
  218. /**
  219. *
  220. */
  221. @ContentStyle(dataFormat = 49)
  222. @ExcelProperty("")
  223. @ApiModelProperty("")
  224. private String address;
  225. /**
  226. *
  227. */
  228. @ContentStyle(dataFormat = 49)
  229. @ExcelProperty("")
  230. @ApiModelProperty("")
  231. private String cratetime;
  232. /**
  233. *
  234. */
  235. @ContentStyle(dataFormat = 49)
  236. @ExcelProperty("")
  237. @ApiModelProperty("")
  238. private String updatetime;
  239. /**
  240. *
  241. */
  242. @ContentStyle(dataFormat = 49)
  243. @ExcelProperty("")
  244. @ApiModelProperty("")
  245. private Long rn;
  246. }