|
@@ -18,13 +18,13 @@ import java.util.Date;
|
|
public class ResStatisticsVo {
|
|
public class ResStatisticsVo {
|
|
|
|
|
|
private Long companyId;
|
|
private Long companyId;
|
|
- @Excel(name = "公司名称")
|
|
|
|
|
|
+ @Excel(name = "公司名称",width = 40)
|
|
private String companyName;
|
|
private String companyName;
|
|
private Integer taskTypeId;
|
|
private Integer taskTypeId;
|
|
@Excel(name = "产品名称")
|
|
@Excel(name = "产品名称")
|
|
private String typeName;
|
|
private String typeName;
|
|
private Long contractId;
|
|
private Long contractId;
|
|
- @Excel(name = "合同编号")
|
|
|
|
|
|
+ @Excel(name = "合同编号",width = 20)
|
|
private String contractNo;
|
|
private String contractNo;
|
|
@Excel(name = "开始月",dateFormat = "yyyy-MM")
|
|
@Excel(name = "开始月",dateFormat = "yyyy-MM")
|
|
@JsonFormat(pattern = "yyyy-MM")
|
|
@JsonFormat(pattern = "yyyy-MM")
|