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/Approve.java | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Approve.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Approve.java index d3e8ec1..46c455d 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Approve.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Approve.java @@ -1,5 +1,6 @@ package com.doumee.dao.business.model; +import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; import com.doumee.core.model.LoginUserModel; import io.swagger.annotations.ApiModel; @@ -96,9 +97,6 @@ @ExcelColumn(name="鍏宠仈涓氬姟涓婚敭") private Integer objId; - @ApiModelProperty(value = "鍏宠仈涓氬姟绫诲瀷锛�0=璁垮鐢宠锛�1=鐢ㄨ溅鐢宠", example = "1") - @ExcelColumn(name="鍏宠仈涓氬姟绫诲瀷锛�0=璁垮鐢宠锛�1=鐢ㄨ溅鐢宠") - private Integer objType; @ApiModelProperty(value = "瀹℃壒绛夌骇", example = "1") @ExcelColumn(name="瀹℃壒绛夌骇") @@ -108,7 +106,39 @@ @ExcelColumn(name="澶氫汉瀹℃壒鏂瑰紡 0鎴栫 1浼氱") private Integer approveType; + + @ApiModelProperty(value = "鏄惁鎸囧畾鍙告満椤� 0涓嶆寚瀹� 1鎸囧畾", example = "1") + @ExcelColumn(name="鏄惁鎸囧畾鍙告満椤� 0涓嶆寚瀹� 1鎸囧畾") + private Integer driverParam; + + @ApiModelProperty(value = "鏄惁淇敼鐩殑鍦� 0鍚� 1鏄�", example = "1") + @ExcelColumn(name="鏄惁淇敼鐩殑鍦� 0鍚� 1鏄�") + private Integer addrParam; + + @ApiModelProperty(value = "鍏宠仈涓氬姟绫诲瀷锛�0闈炴柦宸ヤ汉鍛樿瀹㈢敵璇� 1闈炴柦宸ヤ汉鍛樿瀹㈢敵璇� 2璁垮鎶ュ 3鍏溅甯傚唴鐢ㄨ溅 4鍏溅瀹ゅ鐢ㄨ溅 5甯傚叕鍙哥墿娴佽溅棰勭害", example = "1") + @ExcelColumn(name="鍏宠仈涓氬姟绫诲瀷锛�0闈炴柦宸ヤ汉鍛樿瀹㈢敵璇� 1闈炴柦宸ヤ汉鍛樿瀹㈢敵璇� 2璁垮鎶ュ 3鍏溅甯傚唴鐢ㄨ溅 4鍏溅瀹ゅ鐢ㄨ溅 5甯傚叕鍙哥墿娴佽溅棰勭害") + private Integer objType; + @ApiModelProperty(value = "绫诲瀷 0瀹℃壒 1鎶勯��", example = "1") @ExcelColumn(name="绫诲瀷 0瀹℃壒 1鎶勯��") private Integer type; + + + + + @ApiModelProperty(value = "濮撳悕", example = "1") + @ExcelColumn(name="濮撳悕") + @TableField(exist = false) + private String memberName; + + @ApiModelProperty(value = "鎵嬫満鍙�", example = "1") + @ExcelColumn(name="鎵嬫満鍙�") + @TableField(exist = false) + private String memberPhone; + + @ApiModelProperty(value = "閮ㄩ棬", example = "1") + @ExcelColumn(name="閮ㄩ棬") + @TableField(exist = false) + private String companyName; + } -- Gitblit v1.9.3