|
@@ -30,110 +30,75 @@ public class TextbookIssueRecordPageVo {
|
|
|
@ExcelProperty("主键编号")
|
|
|
@ApiModelProperty("主键编号")
|
|
|
private String id;
|
|
|
- /**
|
|
|
- * 创建人
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("创建人")
|
|
|
- @ApiModelProperty("创建人")
|
|
|
- private Long createUserId;
|
|
|
- /**
|
|
|
- * 创建时间
|
|
|
- */
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("创建时间")
|
|
|
- @ApiModelProperty("创建时间")
|
|
|
- private Date createDate;
|
|
|
- /**
|
|
|
- * 修改人
|
|
|
- */
|
|
|
+ @ExcelProperty("序号")
|
|
|
+ @ApiModelProperty("序号")
|
|
|
+ private Integer sortCode;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("修改人")
|
|
|
- @ApiModelProperty("修改人")
|
|
|
- private Long modifyUserId;
|
|
|
- /**
|
|
|
- * 修改时间
|
|
|
- */
|
|
|
+ @ExcelProperty("书名")
|
|
|
+ @ApiModelProperty("书名")
|
|
|
+ private String bookName;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("修改时间")
|
|
|
- @ApiModelProperty("修改时间")
|
|
|
- private Date modifyDate;
|
|
|
- /**
|
|
|
- * 删除标记
|
|
|
- */
|
|
|
+ @ExcelProperty("出版社")
|
|
|
+ @ApiModelProperty("出版社")
|
|
|
+ private String publishingHouse;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("删除标记")
|
|
|
- @ApiModelProperty("删除标记")
|
|
|
- private Integer deleteMark;
|
|
|
- /**
|
|
|
- * 有效标志
|
|
|
- */
|
|
|
+ @ExcelProperty("作者(主编)")
|
|
|
+ @ApiModelProperty("作者(主编)")
|
|
|
+ private String editorInChief;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("有效标志")
|
|
|
- @ApiModelProperty("有效标志")
|
|
|
- private Integer enabledMark;
|
|
|
- /**
|
|
|
- * 序号
|
|
|
- */
|
|
|
+ @ExcelProperty("学科组")
|
|
|
+ @ApiModelProperty("学科组")
|
|
|
+ private String groupName;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("序号")
|
|
|
- @ApiModelProperty("序号")
|
|
|
- private Integer sortCode;
|
|
|
- /**
|
|
|
- * 教材申领编号
|
|
|
- */
|
|
|
+ @ExcelProperty("使用年级")
|
|
|
+ @ApiModelProperty("使用年级")
|
|
|
+ private String gradeName;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("教材申领编号")
|
|
|
- @ApiModelProperty("教材申领编号")
|
|
|
- private Long wfTextbookClaimId;
|
|
|
- /**
|
|
|
- * 教材申领项编号
|
|
|
- */
|
|
|
+ @ExcelProperty("使用班级")
|
|
|
+ @ApiModelProperty("使用班级")
|
|
|
+ private String className;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("教材申领项编号")
|
|
|
- @ApiModelProperty("教材申领项编号")
|
|
|
- private Long wfTextbookClaimItemId;
|
|
|
- /**
|
|
|
- * 出库数量
|
|
|
- */
|
|
|
+ @ExcelProperty("对应课程")
|
|
|
+ @ApiModelProperty("对应课程")
|
|
|
+ private String courseName;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("出库数量")
|
|
|
- @ApiModelProperty("出库数量")
|
|
|
- private Integer issueNumber;
|
|
|
- /**
|
|
|
- * 剩余数量
|
|
|
- */
|
|
|
+ @ExcelProperty("类型")
|
|
|
+ @ApiModelProperty("类型")
|
|
|
+ private String textbookTypeCn;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("剩余数量")
|
|
|
- @ApiModelProperty("剩余数量")
|
|
|
- private Integer remainingNumber;
|
|
|
- /**
|
|
|
- * 领取用户编号
|
|
|
- */
|
|
|
+ @ExcelProperty("规格型号")
|
|
|
+ @ApiModelProperty("规格型号")
|
|
|
+ private String specificationsModels;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("领取用户编号")
|
|
|
- @ApiModelProperty("领取用户编号")
|
|
|
- private Long receiveUserId;
|
|
|
- /**
|
|
|
- * 出库用户编号
|
|
|
- */
|
|
|
+ @ExcelProperty("出库方式")
|
|
|
+ @ApiModelProperty("出库方式")
|
|
|
+ private String issueModeCn;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("出库用户编号")
|
|
|
- @ApiModelProperty("出库用户编号")
|
|
|
- private Long issueUserId;
|
|
|
- /**
|
|
|
- * 出库方式(xjr_dictionary_item[issue_mode])
|
|
|
- */
|
|
|
+ @ExcelProperty("出库时间")
|
|
|
+ @ApiModelProperty("出库时间")
|
|
|
+ private Date createDate;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("出库方式(xjr_dictionary_item[issue_mode])")
|
|
|
- @ApiModelProperty("出库方式(xjr_dictionary_item[issue_mode])")
|
|
|
- private String issueMode;
|
|
|
- /**
|
|
|
- * 备注
|
|
|
- */
|
|
|
+ @ExcelProperty("领取人员")
|
|
|
+ @ApiModelProperty("领取人员")
|
|
|
+ private String claimUser;
|
|
|
+
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("备注")
|
|
|
- @ApiModelProperty("备注")
|
|
|
- private String remark;
|
|
|
+ @ExcelProperty("出库数量")
|
|
|
+ @ApiModelProperty("出库数量")
|
|
|
+ private Integer issueNumber;
|
|
|
|
|
|
}
|