Commit 3d4b3e9e authored by unset's avatar unset

Merge branch 'master-vehicle-price' into dev-tiande

parents ab986b1e 65614701
package com.xxfc.platform.vehicle.pojo; package com.xxfc.platform.vehicle.pojo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data; import lombok.Data;
import javax.persistence.Column; import javax.persistence.Column;
...@@ -193,6 +194,7 @@ public class AddOrUpdateVehicleVo { ...@@ -193,6 +194,7 @@ public class AddOrUpdateVehicleVo {
/** /**
* 上牌日期 * 上牌日期
*/ */
@JsonFormat(pattern = "yyyy-MM-dd")
private Date vehicleRegisterDate; private Date vehicleRegisterDate;
private String registerDate; private String registerDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment