Commit 8edd51b6 authored by hezhen's avatar hezhen

123

parent d4e7c20f
...@@ -4,10 +4,7 @@ import com.xxfc.platform.vehicle.pojo.vo.VehicleExtensionVO; ...@@ -4,10 +4,7 @@ import com.xxfc.platform.vehicle.pojo.vo.VehicleExtensionVO;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
import javax.persistence.Column; import javax.persistence.*;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.List; import java.util.List;
...@@ -18,6 +15,7 @@ public class VehicleApply { ...@@ -18,6 +15,7 @@ public class VehicleApply {
* 主键(uuid) * 主键(uuid)
*/ */
@Id @Id
@GeneratedValue(generator = "JDBC")
private Integer id; private Integer id;
......
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