|
@@ -32,6 +32,8 @@ public class ResStatisticsVo {
|
|
|
@Excel(name = "结束月",dateFormat = "yyyy-MM")
|
|
|
@JsonFormat(pattern = "yyyy-MM")
|
|
|
private Date inputEndMonth;
|
|
|
+ private BigDecimal serviceNum;
|
|
|
+
|
|
|
//到账日期
|
|
|
@Excel(name = "到账日期", width = 20, dateFormat = "yyyy-MM-dd")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
@@ -49,6 +51,8 @@ public class ResStatisticsVo {
|
|
|
private String contractType;
|
|
|
@Excel(name = "是否是项目")
|
|
|
private String isProject;
|
|
|
+ @Excel(name = "项目名称")
|
|
|
+ private String projectName;
|
|
|
//服务金额
|
|
|
@Excel(name = "服务金额")
|
|
|
private BigDecimal detailAllAmount;
|