From c8bc6fdbdc37f551388b71372c35d4f42f58e571 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 22 五月 2024 18:14:29 +0800 Subject: [PATCH] 代码初始化 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java index cbc9720..a477dd9 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java @@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; +import com.doumee.core.model.LoginUserModel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import com.baomidou.mybatisplus.annotation.IdType; @@ -19,7 +20,7 @@ @Data @ApiModel("杞﹁締淇℃伅琛�") @TableName("`cars`") -public class Cars { +public class Cars extends LoginUserModel { @TableId(value = "id",type = IdType.AUTO) @ApiModelProperty(value = "涓婚敭", example = "1") @@ -95,6 +96,44 @@ @ExcelColumn(name="鐘舵�� 0绂佺敤 1鍚敤") private Integer status; + + @ApiModelProperty(value = "鎵�灞炲垎缁勭紪鐮侊紙鍏宠仈car_group)", example = "1") + @ExcelColumn(name="鎵�灞炲垎缁勭紪鐮侊紙鍏宠仈car_group)") + private Integer groupId; + + + @ApiModelProperty(value = "鎺堟潈鏃堕棿绫诲瀷 0闀挎湡鏈夋晥 1鑷畾涔� 2杞︿富鏈夋晥鏈�", example = "1") + @ExcelColumn(name="鎺堟潈鏃堕棿绫诲瀷 0闀挎湡鏈夋晥 1鑷畾涔� 2杞︿富鏈夋晥鏈�") + private Integer authTimeType; + + + // +// @ApiModelProperty(value = "鐘舵�� 0绂佺敤 1鍚敤", example = "1") +// @ExcelColumn(name="鐘舵�� 0绂佺敤 1鍚敤") +// private Integer status; +// +// +// @ApiModelProperty(value = "鐘舵�� 0绂佺敤 1鍚敤", example = "1") +// @ExcelColumn(name="鐘舵�� 0绂佺敤 1鍚敤") +// private Integer status; +// +// @ApiModelProperty(value = "鐘舵�� 0绂佺敤 1鍚敤", example = "1") +// @ExcelColumn(name="鐘舵�� 0绂佺敤 1鍚敤") +// private Integer status; +// +// @ApiModelProperty(value = "鐘舵�� 0绂佺敤 1鍚敤", example = "1") +// @ExcelColumn(name="鐘舵�� 0绂佺敤 1鍚敤") +// private Integer status; + + + + + @ApiModelProperty(value = "绫诲瀷 0鍛樺伐杞﹁締 1瀹夋嘲鍏姟杞� 2鑷湁鐗╂祦杞�3澶栧崗鐗╂祦杞� 4甯傚叕鍙哥墿娴佽溅 5甯傚叕鍙告敞鍐岃溅杈�", example = "1") + @ExcelColumn(name="绫诲瀷 0鍛樺伐杞﹁締 1瀹夋嘲鍏姟杞� 2鑷湁鐗╂祦杞�3澶栧崗鐗╂祦杞� 4甯傚叕鍙哥墿娴佽溅 5甯傚叕鍙告敞鍐岃溅杈�") + private Integer type; + + + @ApiModelProperty(value = "鍋滆溅鍦哄悕绉�", example = "1") @ExcelColumn(name="鍋滆溅鍦哄悕绉�") @TableField(exist = false) -- Gitblit v1.9.3