|
@@ -6,6 +6,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
|
|
+import java.util.Date;
|
|
|
|
|
|
|
|
@Data
|
|
@Data
|
|
|
public class TextbookImportDto {
|
|
public class TextbookImportDto {
|
|
@@ -55,42 +56,77 @@ public class TextbookImportDto {
|
|
|
* 使用类型(单位:学期)
|
|
* 使用类型(单位:学期)
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("使用类型(一学期~六学期)")
|
|
|
|
|
|
|
+ @ExcelProperty("使用时长(一学期~六学期)")
|
|
|
@ApiModelProperty("使用类型(单位:学期)")
|
|
@ApiModelProperty("使用类型(单位:学期)")
|
|
|
private String useTypeCn;
|
|
private String useTypeCn;
|
|
|
/**
|
|
/**
|
|
|
* 教材类型(xjr_dictionary_item[textbook_type])
|
|
* 教材类型(xjr_dictionary_item[textbook_type])
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("类型(教材、辅材、作业本)")
|
|
|
|
|
|
|
+ @ExcelProperty("教材分类(教材、辅材、作业本)")
|
|
|
@ApiModelProperty("教材类型-中文")
|
|
@ApiModelProperty("教材类型-中文")
|
|
|
private String textbookTypeCn;
|
|
private String textbookTypeCn;
|
|
|
/**
|
|
/**
|
|
|
* 定价(元)
|
|
* 定价(元)
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("定价(元)")
|
|
|
|
|
|
|
+ @ExcelProperty("定价(元)")
|
|
|
@ApiModelProperty("定价(元)")
|
|
@ApiModelProperty("定价(元)")
|
|
|
private BigDecimal price;
|
|
private BigDecimal price;
|
|
|
/**
|
|
/**
|
|
|
* 折扣
|
|
* 折扣
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("折扣(折)")
|
|
|
|
|
|
|
+ @ExcelProperty("折扣(折)")
|
|
|
@ApiModelProperty("折扣")
|
|
@ApiModelProperty("折扣")
|
|
|
private Double discount;
|
|
private Double discount;
|
|
|
/**
|
|
/**
|
|
|
* 学科组名称
|
|
* 学科组名称
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("学科组(必须是系统中已有的学科组名称)")
|
|
|
|
|
|
|
+ @ExcelProperty("学科组(必须是系统中已有的学科组名称)")
|
|
|
@ApiModelProperty("学科组名称")
|
|
@ApiModelProperty("学科组名称")
|
|
|
private String groupName;
|
|
private String groupName;
|
|
|
/**
|
|
/**
|
|
|
* 课程
|
|
* 课程
|
|
|
*/
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("对应课程(必须是系统中已有的课程名称)")
|
|
|
|
|
|
|
+ @ExcelProperty("对应课程(必须是系统中已有的课程名称)")
|
|
|
@ApiModelProperty("对应课程")
|
|
@ApiModelProperty("对应课程")
|
|
|
private String courseName;
|
|
private String courseName;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("是否为校企合作教材(是或否)")
|
|
|
|
|
+ @ApiModelProperty("是否校企合作开发教材")
|
|
|
|
|
+ private String isSecd;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("教材类型(纸质教材、数字教材、纸质与数字资源结合教材)")
|
|
|
|
|
+ @ApiModelProperty("教材类型")
|
|
|
|
|
+ private String textbookCategory;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("估价(元)")
|
|
|
|
|
+ @ApiModelProperty("估价(元)")
|
|
|
|
|
+ private BigDecimal appraisalPrice;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("出版日期")
|
|
|
|
|
+ @ApiModelProperty("出版日期")
|
|
|
|
|
+ private Date publishingDate;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("分类号")
|
|
|
|
|
+ @ApiModelProperty("分类号")
|
|
|
|
|
+ private String category;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("规划批次")
|
|
|
|
|
+ @ApiModelProperty("规划批次")
|
|
|
|
|
+ private String planBatch;
|
|
|
|
|
+
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
|
+ @ExcelProperty("编著作总数")
|
|
|
|
|
+ @ApiModelProperty("编著作总数")
|
|
|
|
|
+ private String workTotalCount;
|
|
|
}
|
|
}
|