PbVXsxxsfytb.java 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. package com.xjrsoft.module.student.entity;
  2. import com.baomidou.mybatisplus.annotation.TableName;
  3. import io.swagger.annotations.ApiModel;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import lombok.Data;
  6. import java.io.Serializable;
  7. import java.math.BigDecimal;
  8. /**
  9. * @title:
  10. * @Author dzx
  11. * @Date: 2024-03-13
  12. * @Version 1.0
  13. */
  14. @Data
  15. @TableName("pb_v_xsxxsfytb")
  16. @ApiModel(value = "pb_v_xsxxsfytb", description = "")
  17. public class PbVXsxxsfytb implements Serializable {
  18. private static final long serialVersionUID = 1L;
  19. /**
  20. *
  21. */
  22. @ApiModelProperty("")
  23. private String pkfeeobj;
  24. /**
  25. *
  26. */
  27. @ApiModelProperty("")
  28. private String Studentcode;
  29. /**
  30. *
  31. */
  32. @ApiModelProperty("")
  33. private String feeobjname;
  34. /**
  35. *
  36. */
  37. @ApiModelProperty("")
  38. private String classname;
  39. /**
  40. *
  41. */
  42. @ApiModelProperty("")
  43. private String classcode;
  44. /**
  45. *
  46. */
  47. @ApiModelProperty("")
  48. private String specname;
  49. /**
  50. *
  51. */
  52. @ApiModelProperty("")
  53. private String speccode;
  54. /**
  55. *
  56. */
  57. @ApiModelProperty("")
  58. private String deptname;
  59. /**
  60. *
  61. */
  62. @ApiModelProperty("")
  63. private String deptcode;
  64. /**
  65. *
  66. */
  67. @ApiModelProperty("")
  68. private String enteryear;
  69. /**
  70. *
  71. */
  72. @ApiModelProperty("")
  73. private String leaveyear;
  74. /**
  75. *
  76. */
  77. @ApiModelProperty("")
  78. private String personalid;
  79. /**
  80. *
  81. */
  82. @ApiModelProperty("")
  83. private String address;
  84. /**
  85. *
  86. */
  87. @ApiModelProperty("")
  88. private String telephone;
  89. /**
  90. *
  91. */
  92. @ApiModelProperty("")
  93. private String state;
  94. /**
  95. *
  96. */
  97. @ApiModelProperty("")
  98. private String sex;
  99. /**
  100. *
  101. */
  102. @ApiModelProperty("")
  103. private BigDecimal factar;
  104. /**
  105. *
  106. */
  107. @ApiModelProperty("")
  108. private BigDecimal factrecarmny;
  109. /**
  110. *
  111. */
  112. @ApiModelProperty("")
  113. private BigDecimal refundmny;
  114. /**
  115. *
  116. */
  117. @ApiModelProperty("")
  118. private BigDecimal qfje;
  119. /**
  120. *
  121. */
  122. @ApiModelProperty("")
  123. private String jfzt;
  124. /**
  125. *
  126. */
  127. @ApiModelProperty("")
  128. private String feeitemcode;
  129. /**
  130. *
  131. */
  132. @ApiModelProperty("")
  133. private String feeitemname;
  134. /**
  135. *
  136. */
  137. @ApiModelProperty("")
  138. private String beltcode;
  139. /**
  140. *
  141. */
  142. @ApiModelProperty("")
  143. private String beltname;
  144. /**
  145. *
  146. */
  147. @ApiModelProperty("")
  148. private String ratetypename;
  149. /**
  150. *
  151. */
  152. @ApiModelProperty("")
  153. private String resourcename;
  154. /**
  155. *
  156. */
  157. @ApiModelProperty("")
  158. private String quartername;
  159. /**
  160. *
  161. */
  162. @ApiModelProperty("")
  163. private String pksfxxytb;
  164. }