PbVXsxxsfytbExcelVo.java 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. package com.xjrsoft.module.student.vo;
  2. import com.alibaba.excel.annotation.ExcelIgnore;
  3. import com.alibaba.excel.annotation.ExcelProperty;
  4. import com.alibaba.excel.annotation.write.style.ContentStyle;
  5. import io.swagger.annotations.ApiModelProperty;
  6. import lombok.Data;
  7. import java.math.BigDecimal;
  8. /**
  9. * @title: 分页列表出参
  10. * @Author dzx
  11. * @Date: 2024-03-13
  12. * @Version 1.0
  13. */
  14. @Data
  15. public class PbVXsxxsfytbExcelVo {
  16. /**
  17. * 学生主键
  18. */
  19. @ContentStyle(dataFormat = 49)
  20. @ExcelProperty("学生主键")
  21. @ApiModelProperty("学生主键")
  22. private String pkfeeobj;
  23. /**
  24. * 学号
  25. */
  26. @ContentStyle(dataFormat = 49)
  27. @ExcelProperty("学号")
  28. @ApiModelProperty("学号")
  29. private String Studentcode;
  30. /**
  31. * 姓名
  32. */
  33. @ContentStyle(dataFormat = 49)
  34. @ExcelProperty("姓名")
  35. @ApiModelProperty("姓名")
  36. private String feeobjname;
  37. /**
  38. * 所属班级名称
  39. */
  40. @ContentStyle(dataFormat = 49)
  41. @ExcelProperty("所属班级名称")
  42. @ApiModelProperty("所属班级名称")
  43. private String classname;
  44. /**
  45. * 所属班级编码
  46. */
  47. @ContentStyle(dataFormat = 49)
  48. @ExcelProperty("所属班级编码")
  49. @ApiModelProperty("所属班级编码")
  50. private String classcode;
  51. /**
  52. * 所属专业名称
  53. */
  54. @ContentStyle(dataFormat = 49)
  55. @ExcelProperty("所属专业名称")
  56. @ApiModelProperty("所属专业名称")
  57. private String specname;
  58. /**
  59. * 所属专业编码
  60. */
  61. @ContentStyle(dataFormat = 49)
  62. @ExcelProperty("所属专业编码")
  63. @ApiModelProperty("所属专业编码")
  64. private String speccode;
  65. /**
  66. * 所属院系名称
  67. */
  68. @ContentStyle(dataFormat = 49)
  69. @ExcelProperty("所属院系名称")
  70. @ApiModelProperty("所属院系名称")
  71. private String deptname;
  72. /**
  73. * 所属院系编码
  74. */
  75. @ContentStyle(dataFormat = 49)
  76. @ExcelProperty("所属院系编码")
  77. @ApiModelProperty("所属院系编码")
  78. private String deptcode;
  79. /**
  80. * 入校年度
  81. */
  82. @ContentStyle(dataFormat = 49)
  83. @ExcelProperty("入校年度")
  84. @ApiModelProperty("入校年度")
  85. private String enteryear;
  86. /**
  87. * 离校年度
  88. */
  89. @ContentStyle(dataFormat = 49)
  90. @ExcelProperty("离校年度")
  91. @ApiModelProperty("离校年度")
  92. private String leaveyear;
  93. /**
  94. * 身份证号
  95. */
  96. @ContentStyle(dataFormat = 49)
  97. @ExcelProperty("身份证号")
  98. @ApiModelProperty("身份证号")
  99. private String personalid;
  100. /**
  101. *
  102. */
  103. @ContentStyle(dataFormat = 49)
  104. @ExcelProperty("")
  105. @ApiModelProperty("")
  106. private String userdef1;
  107. /**
  108. * 招生老师
  109. */
  110. @ContentStyle(dataFormat = 49)
  111. @ExcelProperty("招生老师")
  112. @ApiModelProperty("招生老师")
  113. private String recruiters;
  114. /**
  115. *
  116. */
  117. @ContentStyle(dataFormat = 49)
  118. @ExcelProperty("")
  119. @ApiModelProperty("")
  120. private String userdef2;
  121. /**
  122. * 录取号
  123. */
  124. @ContentStyle(dataFormat = 49)
  125. @ExcelProperty("录取号")
  126. @ApiModelProperty("录取号")
  127. private String admissions;
  128. /**
  129. * 地址
  130. */
  131. @ContentStyle(dataFormat = 49)
  132. @ExcelProperty("地址")
  133. @ApiModelProperty("地址")
  134. private String address;
  135. /**
  136. * 电话
  137. */
  138. @ContentStyle(dataFormat = 49)
  139. @ExcelProperty("电话")
  140. @ApiModelProperty("电话")
  141. private String telephone;
  142. /**
  143. * 民族
  144. */
  145. @ContentStyle(dataFormat = 49)
  146. @ExcelProperty("民族")
  147. @ApiModelProperty("民族")
  148. private String nationality;
  149. /**
  150. * 政治面貌
  151. */
  152. @ContentStyle(dataFormat = 49)
  153. @ExcelProperty("政治面貌")
  154. @ApiModelProperty("政治面貌")
  155. private String property;
  156. /**
  157. * 备注
  158. */
  159. @ContentStyle(dataFormat = 49)
  160. @ExcelProperty("备注")
  161. @ApiModelProperty("备注")
  162. private String remarks;
  163. /**
  164. * 毕业学校
  165. */
  166. @ContentStyle(dataFormat = 49)
  167. @ExcelProperty("毕业学校")
  168. @ApiModelProperty("毕业学校")
  169. private String graduations;
  170. /**
  171. * 学生状态
  172. */
  173. @ContentStyle(dataFormat = 49)
  174. @ExcelProperty("学生状态")
  175. @ApiModelProperty("学生状态")
  176. private String state;
  177. /**
  178. * 姓名
  179. */
  180. @ContentStyle(dataFormat = 49)
  181. @ExcelProperty("姓名")
  182. @ApiModelProperty("姓名")
  183. private String sex;
  184. /**
  185. * 收费标准金额
  186. */
  187. @ContentStyle(dataFormat = 49)
  188. @ExcelProperty("收费标准金额")
  189. @ApiModelProperty("收费标准金额")
  190. private BigDecimal standardar;
  191. /**
  192. * 应缴金额
  193. */
  194. @ContentStyle(dataFormat = 49)
  195. @ExcelProperty("应缴金额")
  196. @ApiModelProperty("应缴金额 ")
  197. private BigDecimal factar;
  198. /**
  199. * 调整(减免)金额
  200. */
  201. @ContentStyle(dataFormat = 49)
  202. @ExcelProperty("调整(减免)金额")
  203. @ApiModelProperty("调整(减免)金额")
  204. private BigDecimal adjustmny;
  205. /**
  206. * 减免金额
  207. */
  208. @ContentStyle(dataFormat = 49)
  209. @ExcelProperty("减免金额")
  210. @ApiModelProperty("减免金额")
  211. private BigDecimal jmje;
  212. /**
  213. * 欠费金额
  214. */
  215. @ContentStyle(dataFormat = 49)
  216. @ExcelProperty("欠费金额")
  217. @ApiModelProperty("欠费金额")
  218. private BigDecimal arrearagemny;
  219. /**
  220. * 实缴金额
  221. */
  222. @ContentStyle(dataFormat = 49)
  223. @ExcelProperty("实缴金额")
  224. @ApiModelProperty("实缴金额")
  225. private BigDecimal factrecarmny;
  226. /**
  227. * 退款金额
  228. */
  229. @ContentStyle(dataFormat = 49)
  230. @ExcelProperty("退款金额")
  231. @ApiModelProperty("退款金额")
  232. private BigDecimal refundmny;
  233. /**
  234. * 欠费金额
  235. */
  236. @ContentStyle(dataFormat = 49)
  237. @ExcelProperty("欠费金额")
  238. @ApiModelProperty("欠费金额")
  239. private BigDecimal qfje;
  240. /**
  241. * 缴费状态
  242. */
  243. @ContentStyle(dataFormat = 49)
  244. @ExcelProperty("缴费状态")
  245. @ApiModelProperty("缴费状态")
  246. private String jfzt;
  247. /**
  248. * 收费项目编码
  249. */
  250. @ContentStyle(dataFormat = 49)
  251. @ExcelProperty("收费项目编码")
  252. @ApiModelProperty("收费项目编码")
  253. private String feeitemcode;
  254. /**
  255. * 收费项目名称
  256. */
  257. @ContentStyle(dataFormat = 49)
  258. @ExcelProperty("收费项目名称")
  259. @ApiModelProperty("收费项目名称")
  260. private String feeitemname;
  261. /**
  262. * 收费区间编码
  263. */
  264. @ContentStyle(dataFormat = 49)
  265. @ExcelProperty("收费区间编码")
  266. @ApiModelProperty("收费区间编码")
  267. private String beltcode;
  268. /**
  269. * 收费区间名称
  270. */
  271. @ContentStyle(dataFormat = 49)
  272. @ExcelProperty("收费区间名称")
  273. @ApiModelProperty("收费区间名称")
  274. private String beltname;
  275. /**
  276. * 学期Id
  277. */
  278. @ContentStyle(dataFormat = 49)
  279. @ExcelProperty("学期Id")
  280. @ExcelIgnore
  281. @ApiModelProperty("学期Id")
  282. private String baseSemester;
  283. /**
  284. * 学期Id
  285. */
  286. @ContentStyle(dataFormat = 49)
  287. @ExcelProperty("学期Id")
  288. @ApiModelProperty("学期Id")
  289. private String baseSemesterCn;
  290. /**
  291. * 学制
  292. */
  293. @ContentStyle(dataFormat = 49)
  294. @ExcelProperty("学制")
  295. @ApiModelProperty("学制")
  296. private String ratetypename;
  297. /**
  298. * 学生Id
  299. */
  300. @ContentStyle(dataFormat = 49)
  301. @ExcelProperty("学生Id")
  302. @ExcelIgnore
  303. @ApiModelProperty("学生Id")
  304. private String userId;
  305. /**
  306. * 学生来源
  307. */
  308. @ContentStyle(dataFormat = 49)
  309. @ExcelProperty("学生来源")
  310. @ApiModelProperty("学生来源")
  311. private String resourcename;
  312. /**
  313. * 住宿类型
  314. */
  315. @ContentStyle(dataFormat = 49)
  316. @ExcelProperty("住宿类型")
  317. @ApiModelProperty("住宿类型")
  318. private String quartername;
  319. /**
  320. * 主键
  321. */
  322. @ContentStyle(dataFormat = 49)
  323. @ExcelProperty("主键")
  324. @ExcelIgnore
  325. @ApiModelProperty("主键")
  326. private String pksfxxytb;
  327. }