|
|
|
@ -1,7 +1,5 @@
|
|
|
|
|
package com.taxi.servicedriveruser.entity;
|
|
|
|
|
package com.internal.dto;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
@ -21,7 +19,6 @@ public class Car implements Serializable {
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
/**
|