Commit 65614701 authored by unset's avatar unset

添加车辆上牌日期字段

parent e8a3bd36
package com.xxfc.platform.vehicle.pojo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import javax.persistence.Column;
......@@ -193,6 +194,7 @@ public class AddOrUpdateVehicleVo {
/**
* 上牌日期
*/
@JsonFormat(pattern = "yyyy-MM-dd")
private Date vehicleRegisterDate;
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