提交 eb244800 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 83440e9d
...@@ -45,6 +45,8 @@ public class AuthorLibraryOneVO { ...@@ -45,6 +45,8 @@ public class AuthorLibraryOneVO {
private List<String> labelId; private List<String> labelId;
@ApiModelProperty(value = "标签内容id") @ApiModelProperty(value = "标签内容id")
private List<String> labelContentId; private List<String> labelContentId;
@ApiModelProperty(value = "标签内容code")
private List<String> labelContentCode;
@ApiModelProperty(value = "标签内容") @ApiModelProperty(value = "标签内容")
private List<LabelAndContentByDataTypeVO> labelList; private List<LabelAndContentByDataTypeVO> labelList;
} }
...@@ -11,32 +11,16 @@ public class EbookExcelListVO { ...@@ -11,32 +11,16 @@ public class EbookExcelListVO {
private String isbn; private String isbn;
@ApiModelProperty(value = "图书名") @ApiModelProperty(value = "图书名")
private String name; private String name;
@ApiModelProperty("副标题")
private String subheading;
@ApiModelProperty("版次")
private String edition;
@ApiModelProperty("印次")
private String print;
@ApiModelProperty("自定义分类名称")
private String code;
@ApiModelProperty("定价")
private String price;
@ApiModelProperty("责任编辑")
private String executiveEditor;
@ApiModelProperty("作者") @ApiModelProperty("作者")
private String author; private String author;
@ApiModelProperty("装帧") @ApiModelProperty("责任编辑")
private String binding; private String executiveEditor;
@ApiModelProperty("字数")
private String wordCount;
@ApiModelProperty("出版时间")
private String publishTime;
@ApiModelProperty("出版单位") @ApiModelProperty("出版单位")
private String publisher; private String publisher;
@ApiModelProperty("作者介绍") @ApiModelProperty("出版时间")
private String authorIntro; private String publishTime;
@ApiModelProperty("​关键词") @ApiModelProperty("版次")
private String keywords; private String edition;
@ApiModelProperty("内容简介") @ApiModelProperty("丛书名称")
private String bookIntro; private String series;
} }
...@@ -17,32 +17,16 @@ public class ExcelBookVO { ...@@ -17,32 +17,16 @@ public class ExcelBookVO {
private String name; private String name;
@ExcelResources(title="ISBN(国际标准书号)") @ExcelResources(title="ISBN(国际标准书号)")
private String isbn; private String isbn;
@ExcelResources(title="版次")
private String edition;
/*@ExcelResources(title="中图分类(号)")
private String code;*/
@ExcelResources(title="自定义分类名称")
private String code;
@ExcelResources(title="印次")
private String print;
@ExcelResources(title="内容简介")
private String bookIntro;
@ExcelResources(title="作者") @ExcelResources(title="作者")
private String author; private String author;
@ExcelResources(title="作者介绍") @ExcelResources(title="丛书名称")
private String authorIntro; private String series;
@ExcelResources(title="定价") @ExcelResources(title="版次")
private String price; private String edition;
@ExcelResources(title="装帧")
private String binding;
@ExcelResources(title="字数")
private String wordCount;
@ExcelResources(title="副标题")
private String subheading;
@ExcelResources(title="责任编辑") @ExcelResources(title="责任编辑")
private String executiveEditor; private String executiveEditor;
@ExcelResources(title="出版时间") @ExcelResources(title="出版时间")
private String publishTime; private String publishTime;
@ExcelResources(title="​关键词") @ExcelResources(title="出版单位")
private String keywords; private String publisher;
} }
...@@ -7,6 +7,8 @@ package com.zrqx.core.vo.works.apply; ...@@ -7,6 +7,8 @@ package com.zrqx.core.vo.works.apply;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import java.util.Date;
import lombok.Data; import lombok.Data;
/** /**
...@@ -35,7 +37,7 @@ public class ApplyResourceVo { ...@@ -35,7 +37,7 @@ public class ApplyResourceVo {
@ApiModelProperty("大小") @ApiModelProperty("大小")
private String size; private String size;
@ApiModelProperty("创建时间") @ApiModelProperty("创建时间")
private String uploadTime; private Date uploadTime;
@ApiModelProperty("申请id") @ApiModelProperty("申请id")
private Integer applyId; private Integer applyId;
// @ApiModelProperty("部门id") // @ApiModelProperty("部门id")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论