TextbookSubscriptionItemHistoryPageVo.java 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. package com.xjrsoft.module.textbook.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 phoenix
  17. * @Date: 2025-01-23
  18. * @Version 1.0
  19. */
  20. @Data
  21. public class TextbookSubscriptionItemHistoryPageVo {
  22. /**
  23. * 主键编号
  24. */
  25. @ContentStyle(dataFormat = 49)
  26. @ExcelProperty("主键编号")
  27. @ApiModelProperty("主键编号")
  28. private String id;
  29. /**
  30. * 创建人
  31. */
  32. @ContentStyle(dataFormat = 49)
  33. @ExcelProperty("创建人")
  34. @ApiModelProperty("创建人")
  35. private Long createUserId;
  36. /**
  37. * 创建人
  38. */
  39. @ContentStyle(dataFormat = 49)
  40. @ExcelProperty("创建人")
  41. @ApiModelProperty("创建人")
  42. private String createUserIdCn;
  43. /**
  44. * 创建时间
  45. */
  46. @ContentStyle(dataFormat = 49)
  47. @ExcelProperty("创建时间")
  48. @ApiModelProperty("创建时间")
  49. private Date createDate;
  50. /**
  51. * 教材教辅征订编号
  52. */
  53. @ContentStyle(dataFormat = 49)
  54. @ExcelProperty("教材教辅征订编号")
  55. @ApiModelProperty("教材教辅征订编号")
  56. private Long textbookSubscriptionId;
  57. /**
  58. * 教材教辅征订项编号
  59. */
  60. @ContentStyle(dataFormat = 49)
  61. @ExcelProperty("教材教辅征订项编号")
  62. @ApiModelProperty("教材教辅征订项编号")
  63. private Long textbookSubscriptionItemId;
  64. /**
  65. * 教材表主键(textbook)
  66. */
  67. @ContentStyle(dataFormat = 49)
  68. @ExcelProperty("教材表主键(textbook)")
  69. @ApiModelProperty("教材表主键(textbook)")
  70. private Long oldTextbookId;
  71. @ApiModelProperty("国际标准刊号")
  72. private String oldIssn;
  73. @ApiModelProperty("书名")
  74. private String oldBookName;
  75. @ApiModelProperty("出版社")
  76. private String oldPublishingHouse;
  77. @ApiModelProperty("主编")
  78. private String oldEditorInChief;
  79. @ApiModelProperty("课程名称")
  80. private String oldCourseName;
  81. @ApiModelProperty("教材类型")
  82. private String oldTextbookTypeCn;
  83. /**
  84. * 学生用书征订数量
  85. */
  86. @ContentStyle(dataFormat = 49)
  87. @ExcelProperty("学生用书征订数量")
  88. @ApiModelProperty("学生用书征订数量")
  89. private Integer oldStudentNum;
  90. /**
  91. * 教师用书征订数量
  92. */
  93. @ContentStyle(dataFormat = 49)
  94. @ExcelProperty("教师用书征订数量")
  95. @ApiModelProperty("教师用书征订数量")
  96. private Integer oldTeacherNum;
  97. /**
  98. * 实际折扣
  99. */
  100. @ContentStyle(dataFormat = 49)
  101. @ExcelProperty("实际折扣")
  102. @ApiModelProperty("实际折扣")
  103. private Double oldDiscount;
  104. /**
  105. * 实际价格(元)
  106. */
  107. @ContentStyle(dataFormat = 49)
  108. @ExcelProperty("实际价格(元)")
  109. @ApiModelProperty("实际价格(元)")
  110. private BigDecimal oldPrice;
  111. /**
  112. * 当前征订任务征订项入库数量
  113. */
  114. @ContentStyle(dataFormat = 49)
  115. @ExcelProperty("当前征订任务征订项入库数量")
  116. @ApiModelProperty("当前征订任务征订项入库数量")
  117. private Integer oldInStockNum;
  118. /**
  119. * 当前征订任务征订项出库数量
  120. */
  121. @ContentStyle(dataFormat = 49)
  122. @ExcelProperty("当前征订任务征订项出库数量")
  123. @ApiModelProperty("当前征订任务征订项出库数量")
  124. private Integer oldOutStockNum;
  125. /**
  126. * 教材表主键(textbook)
  127. */
  128. @ContentStyle(dataFormat = 49)
  129. @ExcelProperty("教材表主键(textbook)")
  130. @ApiModelProperty("教材表主键(textbook)")
  131. private Long newTextbookId;
  132. @ApiModelProperty("国际标准刊号")
  133. private String newIssn;
  134. @ApiModelProperty("书名")
  135. private String newBookName;
  136. @ApiModelProperty("出版社")
  137. private String newPublishingHouse;
  138. @ApiModelProperty("主编")
  139. private String newEditorInChief;
  140. @ApiModelProperty("课程名称")
  141. private String newCourseName;
  142. @ApiModelProperty("教材类型")
  143. private String newTextbookTypeCn;
  144. /**
  145. * 学生用书征订数量
  146. */
  147. @ContentStyle(dataFormat = 49)
  148. @ExcelProperty("学生用书征订数量")
  149. @ApiModelProperty("学生用书征订数量")
  150. private Integer newStudentNum;
  151. /**
  152. * 教师用书征订数量
  153. */
  154. @ContentStyle(dataFormat = 49)
  155. @ExcelProperty("教师用书征订数量")
  156. @ApiModelProperty("教师用书征订数量")
  157. private Integer newTeacherNum;
  158. /**
  159. * 实际折扣
  160. */
  161. @ContentStyle(dataFormat = 49)
  162. @ExcelProperty("实际折扣")
  163. @ApiModelProperty("实际折扣")
  164. private Double newDiscount;
  165. /**
  166. * 实际价格(元)
  167. */
  168. @ContentStyle(dataFormat = 49)
  169. @ExcelProperty("实际价格(元)")
  170. @ApiModelProperty("实际价格(元)")
  171. private BigDecimal newPrice;
  172. /**
  173. * 当前征订任务征订项入库数量
  174. */
  175. @ContentStyle(dataFormat = 49)
  176. @ExcelProperty("当前征订任务征订项入库数量")
  177. @ApiModelProperty("当前征订任务征订项入库数量")
  178. private Integer newInStockNum;
  179. /**
  180. * 当前征订任务征订项出库数量
  181. */
  182. @ContentStyle(dataFormat = 49)
  183. @ExcelProperty("当前征订任务征订项出库数量")
  184. @ApiModelProperty("当前征订任务征订项出库数量")
  185. private Integer newOutStockNum;
  186. /**
  187. * 当前征订项变更历史记录版本
  188. */
  189. @ContentStyle(dataFormat = 49)
  190. @ExcelProperty("当前征订项变更历史记录版本")
  191. @ApiModelProperty("当前征订项变更历史记录版本")
  192. private Integer historyVersion;
  193. /**
  194. * 变更类型(0:未变更,1:学生用书征订数量,2:教师用书征订数量,3:变更课程,4:学生用书征订数量和教师用书征订数量)
  195. */
  196. @ContentStyle(dataFormat = 49)
  197. @ExcelProperty("变更类型(0:未变更,1:学生用书征订数量,2:教师用书征订数量,3:变更课程,4:学生用书征订数量和教师用书征订数量)")
  198. @ApiModelProperty("变更类型(0:未变更,1:学生用书征订数量,2:教师用书征订数量,3:变更课程,4:学生用书征订数量和教师用书征订数量)")
  199. private Integer alterationType;
  200. }