From 9c1840e4302d8c4f7af549e5de412488073490bf Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期二, 11 一月 2022 11:23:05 +0800
Subject: [PATCH] bug
---
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..b910ff1 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 String 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