提交 5ecb2a4e authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 2bf7c0f4
package com.zrqx.core.vo.resource.ebook;
import lombok.Data;
import com.zrqx.core.util.excelutil.ExcelResources;
import com.zrqx.core.util.excelutil.ExcelSheetParams;
/**
* Excel导入vo
* @author Conan
* @date 2018年7月13日下午2:10:21
*/
@ExcelSheetParams(startRow = 1)
@Data
public class ExcelEbookImportCodeVo {
@ExcelResources(title="图书名称",order=1)
private String name;
@ExcelResources(title="ISBN",order=2)
private String isbn;
@ExcelResources(title="开本",order=3)
private String format;
@ExcelResources(title="邮编",order=4)
private String zipCode;
}
......@@ -16,7 +16,7 @@ public class ExcelEbookImportNameVo {
@ExcelResources(title="书号",order=1)
private String isbn;
@ExcelResources(title="书 名",order=2)
@ExcelResources(title="书 名(3279)",order=2)
private String name;
@ExcelResources(title="作者",order=3)
private String author;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论