From d511a5d775b9bdc5639eefb9dcc8842c9f3e51ce Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期二, 09 十一月 2021 14:40:31 +0800
Subject: [PATCH] 意见建议

---
 xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java
index 17e2cc1..047051b 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java
@@ -31,6 +31,11 @@
     @ApiModelProperty(value = "杞﹁締id")
     private String carId;
 
+    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    @ApiModelProperty(value = "琛岃溅鏃ユ湡")
+    private Date drivingDate;
+
     @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "鍑鸿溅鏃堕棿")
@@ -50,6 +55,45 @@
     private String trajectory;
 
     @ApiModelProperty(value = "琛岄┒閲岀▼")
-    private int mileage;
+    private Integer mileage=0;
+
+    @ApiModelProperty(value = "璁㈠崟鏍稿 0锛氭湭鏍稿 1锛氬凡鏍稿")
+    private Integer OrderStatus=0;
+
+    @ApiModelProperty(value = "涓夎瘉 0:姝e父 1锛氬紓甯�")
+    private Integer sanZheng=0;
+
+    @ApiModelProperty(value = "涓夐噺 0:姝e父 1锛氬紓甯�")
+    private Integer sanLiang=0;
+
+    @ApiModelProperty(value = "鍥涚伅 0:姝e父 1锛氬紓甯�")
+    private Integer siDeng=0;
+
+    @ApiModelProperty(value = "鍠囧彮 0:姝e父 1锛氬紓甯�")
+    private Integer laBa=0;
+
+    @ApiModelProperty(value = "鍚庤闀� 0:姝e父 1锛氬紓甯�")
+    private Integer houShiJing=0;
+
+    @ApiModelProperty(value = "闆ㄥ埛鍣� 0:姝e父 1锛氬紓甯�")
+    private Integer yuShuaQi=0;
+
+    @ApiModelProperty(value = "杞儙 0:姝e父 1锛氬紓甯�")
+    private Integer lunTai=0;
+
+    @ApiModelProperty(value = "浠〃 0:姝e父 1锛氬紓甯�")
+    private Integer yiBiao=0;
+
+    @ApiModelProperty(value = "鍒跺姩 0:姝e父 1锛氬紓甯�")
+    private Integer zhiDong=0;
+
+    @ApiModelProperty(value = "瀹夊叏璁炬柦 0:姝e父 1锛氬紓甯�")
+    private Integer anQuan=0;
+
+    @ApiModelProperty(value = "鍏跺畠 0:姝e父 1锛氬紓甯�")
+    private Integer qiTa=0;
+
+    @ApiModelProperty(value = "澶勭悊鎰忚")
+    private String content;
 
 }
\ No newline at end of file

--
Gitblit v1.9.1