From fb53a9997de491c3d0a30ed333a6bd3b24877b82 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期一, 27 十二月 2021 11:43:58 +0800 Subject: [PATCH] 违章记录 --- xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java index b3443e1..1062720 100644 --- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java +++ b/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:姝e父 1:绉婚櫎") private int status; + + @ApiModelProperty(value = "鍔犳补鍗″彿") + private int addOilCode; @ApiModelProperty(value = "绉婚櫎鍘熷洜锛堟姤搴熴�佷簩鎵嬭溅閿�鍞級") private String removeReason; @@ -73,4 +79,33 @@ @TableField(exist = false) private String followNickName; + @Transient + @TableField(exist = false) + private String areaName; + + @Transient + @TableField(exist = false) + private double mileage; + + @Transient + @TableField(exist = false) + private double money; + + @Transient + @TableField(exist = false) + private double amount; + + @Transient + @TableField(exist = false) + private double allMileage; + + @Transient + @TableField(exist = false) + private double allMoney; + + @Transient + @TableField(exist = false) + private double allAmount; + + } \ No newline at end of file -- Gitblit v1.9.1