|
@@ -31,9 +31,8 @@ public class ResStatisticsVo {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
private Date receiptDate;
|
|
|
|
|
|
-// @Excel(name = "确认所属时间")
|
|
|
-// @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
-// private String actuallyDate;
|
|
|
+ @Excel(name = "确认所属时间")
|
|
|
+ private String actuallyDate;
|
|
|
|
|
|
//提收款金额
|
|
|
@Excel(name = "提收款金额")
|