|
@@ -5,10 +5,7 @@ import com.alibaba.excel.annotation.write.style.ContentStyle;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
-import java.time.LocalTime;
|
|
|
|
-import java.time.LocalDateTime;
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
-import java.util.List;
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -59,35 +56,7 @@ public class TextbookSubscriptionRecordVo {
|
|
@ExcelProperty("主编")
|
|
@ExcelProperty("主编")
|
|
@ApiModelProperty("主编")
|
|
@ApiModelProperty("主编")
|
|
private String editorInChief;
|
|
private String editorInChief;
|
|
- /**
|
|
|
|
- * 学科组名称
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("学科组名称")
|
|
|
|
- @ApiModelProperty("学科组名称")
|
|
|
|
- private String groupName;
|
|
|
|
|
|
|
|
- /**
|
|
|
|
- * 学期名称
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("学期名称")
|
|
|
|
- @ApiModelProperty("学期名称")
|
|
|
|
- private String semesterName;
|
|
|
|
- /**
|
|
|
|
- * 课程
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("课程")
|
|
|
|
- @ApiModelProperty("课程")
|
|
|
|
- private String courseName;
|
|
|
|
- /**
|
|
|
|
- * 版本
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("版本")
|
|
|
|
- @ApiModelProperty("版本")
|
|
|
|
- private String version;
|
|
|
|
/**
|
|
/**
|
|
* 是否为规划教材
|
|
* 是否为规划教材
|
|
*/
|
|
*/
|
|
@@ -96,20 +65,6 @@ public class TextbookSubscriptionRecordVo {
|
|
@ApiModelProperty("是否为规划教材")
|
|
@ApiModelProperty("是否为规划教材")
|
|
private String isTextbookPlanCn;
|
|
private String isTextbookPlanCn;
|
|
|
|
|
|
- /**
|
|
|
|
- * 教材类型(xjr_dictionary_item[textbook_type])
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("教材类型")
|
|
|
|
- @ApiModelProperty("教材类型-中文")
|
|
|
|
- private String textbookTypeCn;
|
|
|
|
- /**
|
|
|
|
- * 规格型号
|
|
|
|
- */
|
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
- @ExcelProperty("规格型号")
|
|
|
|
- @ApiModelProperty("规格型号")
|
|
|
|
- private String specificationsModels;
|
|
|
|
/**
|
|
/**
|
|
* 估价(元)
|
|
* 估价(元)
|
|
*/
|
|
*/
|
|
@@ -117,51 +72,55 @@ public class TextbookSubscriptionRecordVo {
|
|
@ExcelProperty("估价(元)")
|
|
@ExcelProperty("估价(元)")
|
|
@ApiModelProperty("估价(元)")
|
|
@ApiModelProperty("估价(元)")
|
|
private BigDecimal appraisalPrice;
|
|
private BigDecimal appraisalPrice;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
- * 定价(元)
|
|
|
|
|
|
+ * 使用班级
|
|
*/
|
|
*/
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("定价(元)")
|
|
|
|
- @ApiModelProperty("定价(元)")
|
|
|
|
- private BigDecimal price;
|
|
|
|
|
|
+ @ExcelProperty("使用班级")
|
|
|
|
+ @ApiModelProperty("使用班级")
|
|
|
|
+ private String useClass;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
- * 折扣
|
|
|
|
|
|
+ * 课程
|
|
*/
|
|
*/
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("折扣")
|
|
|
|
- @ApiModelProperty("折扣")
|
|
|
|
- private Double discount;
|
|
|
|
|
|
+ @ExcelProperty("对应课程")
|
|
|
|
+ @ApiModelProperty("对应课程")
|
|
|
|
+ private String courseName;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
- * 小计(元)
|
|
|
|
|
|
+ * 学科组名称
|
|
*/
|
|
*/
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("小计(元)")
|
|
|
|
- @ApiModelProperty("小计(元)")
|
|
|
|
- private BigDecimal subtotal;
|
|
|
|
- /**
|
|
|
|
- * 库存
|
|
|
|
- */
|
|
|
|
|
|
+ @ExcelProperty("学科组名称")
|
|
|
|
+ @ApiModelProperty("学科组名称")
|
|
|
|
+ private String groupName;
|
|
|
|
+
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("库存")
|
|
|
|
- @ApiModelProperty("库存")
|
|
|
|
- private Integer stock;
|
|
|
|
|
|
+ @ExcelProperty("有无配套教学资源")
|
|
|
|
+ @ApiModelProperty("有无配套教学资源")
|
|
|
|
+ private String isSupportResourcesCn;
|
|
|
|
+
|
|
|
|
|
|
- /**
|
|
|
|
- * 使用年级
|
|
|
|
- */
|
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("使用年级")
|
|
|
|
- @ApiModelProperty("使用年级")
|
|
|
|
- private String useGrade;
|
|
|
|
|
|
+ @ExcelProperty("学生用书征订数量")
|
|
|
|
+ @ApiModelProperty("学生用书征订数量")
|
|
|
|
+ private Integer studentSubscriptionNumber;
|
|
|
|
|
|
- /**
|
|
|
|
- * 使用班级
|
|
|
|
- */
|
|
|
|
@ContentStyle(dataFormat = 49)
|
|
@ContentStyle(dataFormat = 49)
|
|
- @ExcelProperty("使用班级")
|
|
|
|
- @ApiModelProperty("使用班级")
|
|
|
|
- private String useClass;
|
|
|
|
|
|
+ @ExcelProperty("教师教材用书征订数量")
|
|
|
|
+ @ApiModelProperty("教师教材用书征订数量")
|
|
|
|
+ private Integer teacherSubscriptionNumber;
|
|
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
+ @ExcelProperty("教师教参用书征订数量")
|
|
|
|
+ @ApiModelProperty("教师教参用书征订数量")
|
|
|
|
+ private Integer teacherFeferenceNumber;
|
|
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
+ @ExcelProperty("班级id")
|
|
|
|
+ @ApiModelProperty("班级id")
|
|
|
|
+ private String classIds;
|
|
|
|
|
|
}
|
|
}
|