fix: 项目导出字段调整
This commit is contained in:
@@ -27,6 +27,10 @@ public class ProjectRespVO implements VO {
|
|||||||
@Trans(type = TransType.SIMPLE, target = CustomerDO.class, fields = "name", ref = "customerName")
|
@Trans(type = TransType.SIMPLE, target = CustomerDO.class, fields = "name", ref = "customerName")
|
||||||
private Long customerId;
|
private Long customerId;
|
||||||
|
|
||||||
|
@Schema(description = "客户名称")
|
||||||
|
@ExcelProperty("客户名称")
|
||||||
|
private String customerName;
|
||||||
|
|
||||||
@Schema(description = "项目名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "aa")
|
@Schema(description = "项目名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "aa")
|
||||||
@ExcelProperty("项目名称")
|
@ExcelProperty("项目名称")
|
||||||
private String name;
|
private String name;
|
||||||
@@ -35,10 +39,6 @@ public class ProjectRespVO implements VO {
|
|||||||
@ExcelProperty("项目编号")
|
@ExcelProperty("项目编号")
|
||||||
private Long code;
|
private Long code;
|
||||||
|
|
||||||
@Schema(description = "客户名称")
|
|
||||||
@ExcelProperty("客户名称")
|
|
||||||
private String customerName;
|
|
||||||
|
|
||||||
@Schema(description = "项目开始时间")
|
@Schema(description = "项目开始时间")
|
||||||
@ExcelProperty("项目开始时间")
|
@ExcelProperty("项目开始时间")
|
||||||
private LocalDateTime startTime;
|
private LocalDateTime startTime;
|
||||||
@@ -120,7 +120,7 @@ public class ProjectRespVO implements VO {
|
|||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
@Schema(description = "评论数")
|
@Schema(description = "评论数")
|
||||||
@ExcelProperty("评论数")
|
@ExcelProperty("进展记录数")
|
||||||
private Integer commentNum;
|
private Integer commentNum;
|
||||||
|
|
||||||
@Schema(description = "license申请数")
|
@Schema(description = "license申请数")
|
||||||
|
|||||||
Reference in New Issue
Block a user