xuhy
2024-10-29 e5773b55b0d952f81dcc3dff4a372a0d40028efe
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/TAppUserCar.java
@@ -33,6 +33,8 @@
    @TableId("id")
    private Long id;
    @TableField(exist = false)
    private String id_;
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "app用户id")
@@ -43,6 +45,12 @@
    @TableField("license_plate")
    private String licensePlate;
    @ApiModelProperty(value = "车牌")
    @TableField("pic")
    private String pic;
    @ApiModelProperty(value = "车辆品牌")
    @TableField("vehicle_brand")
    private String vehicleBrand;