wang-hao-jie
2021-11-25 97b74f99421ae0af00b3dcfa5c875a15ec287e6d
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java
@@ -30,6 +30,9 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "车辆编号")
    private String code;
    @ApiModelProperty(value = "品牌")
    private String brand;
@@ -49,6 +52,9 @@
    @ApiModelProperty(value = "0:正常  1:移除")
    private int status;
    @ApiModelProperty(value = "加油卡号")
    private int addOilCode;
    @ApiModelProperty(value = "移除原因(报废、二手车销售)")
    private String removeReason;
@@ -73,4 +79,8 @@
    @TableField(exist = false)
    private String followNickName;
    @Transient
    @TableField(exist = false)
    private String areaName;
}