From a7fb50c91e4932aa175be266fbdd42b2a70eba66 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 22 五月 2024 18:11:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Cars.java | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 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 64e0ec4..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 @@ -96,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