|
@@ -1,5 +1,6 @@
|
|
|
package com.bz.smart_city.dto.pay;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -47,6 +48,7 @@ public class PayDebtPushMessageDto implements Serializable {
|
|
|
private Integer days;
|
|
|
@ApiModelProperty("催缴次数")
|
|
|
private Integer sendNum;
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty("上次催缴时间")
|
|
|
private LocalDateTime lastSendTime;
|
|
|
|