提交 c4b4c48d authored 作者: 任建彩's avatar 任建彩

feat:excel批量上传

1.resource
上级 23814a02
......@@ -10,16 +10,16 @@ import lombok.Data;
*/
@Data
public class ExcelBookExportVo extends ImportVo {
@ExcelResources(title = "名称", order = 1)
@ExcelResources(title = "图书名称", order = 1)
private String name;
@ExcelResources(title = "isbn", order = 2)
@ExcelResources(title = "ISBN", order = 2)
private String isbn;
@ExcelResources(title = "出版单位 ", order = 3)
@ExcelResources(title = "出版单位", order = 3)
private String publisher;
@ExcelResources(title = "出版时间 ", order = 4)
@ExcelResources(title = "出版时间", order = 4)
private String publishTime;
@ExcelResources(title = "译者", order = 5)
......@@ -52,7 +52,7 @@ public class ExcelBookExportVo extends ImportVo {
@ExcelResources(title = "学习阶段", order = 14)
private String studyLabel;
@ExcelResources(title = "内容简介", order = 15)
@ExcelResources(title = "图书简介", order = 15)
private String synopsis;
@ExcelResources(title = "图书目录", order = 16)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论