From 01dd8732d223391cc2d6eda0941cc6497010e0fc Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 03 十一月 2021 15:20:37 +0800 Subject: [PATCH] 违章记录 --- xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/DrivingRecord.java | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 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..430fd7a 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 @@ -50,6 +50,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