From 81af4cff627b7ec1e125b90f4fd57392c6d70588 Mon Sep 17 00:00:00 2001 From: wjli <591616088@qq.com> Date: 星期三, 10 四月 2024 11:28:03 +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