From 9f878d07711ebc0f5c39dffff9fca9643c8d5d24 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 24 十一月 2021 10:11:33 +0800 Subject: [PATCH] 违章记录 --- xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Car.java | 7 +++++++ 1 files changed, 7 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..02888a0 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 @@ -50,6 +50,9 @@ @ApiModelProperty(value = "0:姝e父 1:绉婚櫎") private int status; + @ApiModelProperty(value = "鍔犳补鍗″彿") + private int addOilCode; + @ApiModelProperty(value = "绉婚櫎鍘熷洜锛堟姤搴熴�佷簩鎵嬭溅閿�鍞級") private String removeReason; @@ -73,4 +76,8 @@ @TableField(exist = false) private String followNickName; + @Transient + @TableField(exist = false) + private String areaName; + } \ No newline at end of file -- Gitblit v1.9.1