From 7fb02aa6f894905c5c98ac622c774f806e9c9f88 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 17 一月 2024 11:57:49 +0800 Subject: [PATCH] 调整 --- server/service/src/main/java/com/doumee/dao/business/model/Solutions.java | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/Solutions.java b/server/service/src/main/java/com/doumee/dao/business/model/Solutions.java index 2049f54..59d6ce2 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/Solutions.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/Solutions.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 io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -10,6 +11,7 @@ import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; import java.math.BigDecimal; +import java.util.List; /** * 淇濋櫓鏂规淇℃伅琛� @@ -92,9 +94,9 @@ @ExcelColumn(name="淇濋櫓鏃堕棿鍗曚綅0澶� 1鍗婃湀 2鏈� 3骞�") private Integer timeUnit; - @ApiModelProperty(value = "寮�鎴疯") - @ExcelColumn(name="寮�鎴疯") - private String insureCycle; + @ApiModelProperty(value = "鎶曚繚鍛ㄦ湡") + @ExcelColumn(name="鎶曚繚鍛ㄦ湡") + private Integer insureCycle; @ApiModelProperty(value = "鏈�灏忔姇淇濆懆鏈熸椂闂村崟浣�0澶� 1鍗婃湀 2鏈� 3骞�", example = "1") @ExcelColumn(name="鏈�灏忔姇淇濆懆鏈熸椂闂村崟浣�0澶� 1鍗婃湀 2鏈� 3骞�") @@ -111,6 +113,9 @@ @ApiModelProperty(value = "鎺ユ敹鏂囦欢閭") @ExcelColumn(name="鎺ユ敹鏂囦欢閭") private String email; + @ApiModelProperty(value = "鎵垮寘鍏徃") + @ExcelColumn(name="鎵垮寘鍏徃") + private String companyName; @ApiModelProperty(value = "鐗瑰埆绾﹀畾") @ExcelColumn(name="鐗瑰埆绾﹀畾") @@ -143,4 +148,10 @@ @ExcelColumn(name="鍩鸿〃缂栫爜锛堣嚜鍏宠仈锛�") private Integer baseId; + + @ApiModelProperty(value = "宸ョ缂栫爜闆嗗悎", example = "1") + @TableField(exist = false) + private List<Integer> worktypeIdList; + + } -- Gitblit v1.9.3