|
@@ -26,11 +26,11 @@ public class ResStatisticsVo {
|
|
private Long contractId;
|
|
private Long contractId;
|
|
@Excel(name = "合同编号")
|
|
@Excel(name = "合同编号")
|
|
private String contractNo;
|
|
private String contractNo;
|
|
- @Excel(name = "开始月",dateFormat = "yyyy-MM-dd")
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @Excel(name = "开始月",dateFormat = "yyyy-MM")
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM")
|
|
private Date inputStartMonth;
|
|
private Date inputStartMonth;
|
|
- @Excel(name = "结束月",dateFormat = "yyyy-MM-dd")
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @Excel(name = "结束月",dateFormat = "yyyy-MM")
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM")
|
|
private Date inputEndMonth;
|
|
private Date inputEndMonth;
|
|
//到账日期
|
|
//到账日期
|
|
@Excel(name = "到账日期", width = 20, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "到账日期", width = 20, dateFormat = "yyyy-MM-dd")
|