|
|
@@ -83,6 +83,7 @@ public class EnterpriseVO implements Serializable {
|
|
|
@ApiModelProperty(value = "缴费金额")
|
|
|
private BigDecimal actuallyPaid;
|
|
|
|
|
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "缴费时间")
|
|
|
private LocalDateTime payTime;
|
|
|
|