Commit 7748fc37 authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

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